#885E22

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

Shades of Hot Curry #885E22

Tints of Hot Curry #885E22

Color information

#885E22 (or 0x885E22) is unknown color: approx Hot Curry. HEX triplet: 88, 5E and 22. RGB value is (136,94,34). Sum of RGB (Red+Green+Blue) = 136+94+34=264 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.52% from 264); Green value is 94 (37.11% from 255 or 35.61% from 264); Blue value is 34 (13.67% from 255 or 12.88% from 264); Max value from RGB is 136 - color contains mainly: red. Hex color #885E22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885E22 is #77A1DD. Grayscale: #636363. Windows color (decimal): -7840222 or 2252424. OLE color: 2252424.

HSL color Cylindrical-coordinate representation of color #885E22: hue angle of 35.29º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #885E22 is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB1369434-
CMYK00.310.750.47
HSL35.29º60%33.33%-
HSV(B)35.29º75%53.33%-
XYZ14.4413.363.33-
YUV99.7290.91153.88-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.52%
GREEN value IS 94 (37.11% from 255) = 35.61%
BLUE value IS 34 (13.67% from 255) = 12.88%
R=51.52%
G=35.61%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136943400.310.750.4735.296033.33
Hex885E2201F4B2F233c21
Octal2101364203711357437441
Binary1000100010111101000100111111001011101111100011111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885E22; }

 p { color: rgb(136,94,34); }

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

<style>
 a { background-color: #885E22; }

 a { background-color: rgb(136,94,34); }

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

<style>
 span { border-color: #885E22; }

 span { border-color: rgb(136,94,34); }

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