#805d1a

Color #805D1A Hot Curry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Curry #805D1A

Tints of Hot Curry #805D1A

Color information

#805D1A (or 0x805D1A) is unknown color: approx Hot Curry. HEX triplet: 80, 5D and 1A. RGB value is (128,93,26). Sum of RGB (Red+Green+Blue) = 128+93+26=247 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.82% from 247); Green value is 93 (36.72% from 255 or 37.65% from 247); Blue value is 26 (10.55% from 255 or 10.53% from 247); Max value from RGB is 128 - color contains mainly: red. Hex color #805D1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805D1A is #7FA2E5. Grayscale: #606060. Windows color (decimal): -8364774 or 1727872. OLE color: 1727872.

HSL color Cylindrical-coordinate representation of color #805D1A: hue angle of 39.41º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #805D1A is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB1289326-
CMYK00.270.800.50
HSL39.41º66.23%30.2%-
HSV(B)39.41º79.69%50.2%-
XYZ1312.492.7-
YUV95.8388.6150.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 128 (50.39% from 255) = 51.82%
GREEN value IS 93 (36.72% from 255) = 37.65%
BLUE value IS 26 (10.55% from 255) = 10.53%
R=51.82%
G=37.65%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.80
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128932600.270.800.5039.4166.2330.2
Hex805D1A01B503227421e
Octal20013532033120624710236
Binary100000001011101110100110111010000110010100111100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805d1a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805d1a; }

 p { color: rgb(128,93,26); }

 H1.HeaderClassName
 {
   color: #805d1a;
 }
 .AnyTagClassName
 {
   color: #805d1a;
 }
</style>
background-color css

<style>
 a { background-color: #805d1a; }

 a { background-color: rgb(128,93,26); }

 div.DivClassName
 {
   background-color: #805d1a;
 }
 .BgClassName
 {
   background-color: #805d1a;
 }
</style>
border-color css

<style>
 span { border-color: #805d1a; }

 span { border-color: rgb(128,93,26); }

 td.TdClassName
 {
   border-color: #805d1a;
 }
 .TagClassName
 {
   border-color: #805d1a;
 }
</style>