#805C22

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

Shades of Hot Curry #805C22

Tints of Hot Curry #805C22

Color information

#805C22 (or 0x805C22) is unknown color: approx Hot Curry. HEX triplet: 80, 5C and 22. RGB value is (128,92,34). Sum of RGB (Red+Green+Blue) = 128+92+34=254 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.39% from 254); Green value is 92 (36.33% from 255 or 36.22% from 254); Blue value is 34 (13.67% from 255 or 13.39% from 254); Max value from RGB is 128 - color contains mainly: red. Hex color #805C22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805C22 is #7FA3DD. Grayscale: #606060. Windows color (decimal): -8365022 or 2251904. OLE color: 2251904.

HSL color Cylindrical-coordinate representation of color #805C22: hue angle of 37.02º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #805C22 is Cyan = 0, Magento = 0.28, Yellow = 0.73 and Black (K on CMYK) = 0.50.

Color convert

RGB1289234-
CMYK00.280.730.50
HSL37.02º58.02%31.76%-
HSV(B)37.02º73.44%50.2%-
XYZ13.0212.363.21-
YUV96.1592.93150.72-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 50.39%
GREEN value IS 92 (36.33% from 255) = 36.22%
BLUE value IS 34 (13.67% from 255) = 13.39%
R=50.39%
G=36.22%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.73
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128923400.280.730.5037.0258.0231.76
Hex805C2201C4932253a20
Octal2001344203411162457240
Binary1000000010111001000100111001001001110010100101111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,92,34); }

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

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

 a { background-color: rgb(128,92,34); }

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

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

 span { border-color: rgb(128,92,34); }

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