#885522

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

Shades of Hot Curry #885522

Tints of Hot Curry #885522

Color information

#885522 (or 0x885522) is unknown color: approx Hot Curry. HEX triplet: 88, 55 and 22. RGB value is (136,85,34). Sum of RGB (Red+Green+Blue) = 136+85+34=255 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.33% from 255); Green value is 85 (33.59% from 255 or 33.33% from 255); Blue value is 34 (13.67% from 255 or 13.33% from 255); Max value from RGB is 136 - color contains mainly: red. Hex color #885522 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885522 is #77AADD. Grayscale: #5E5E5E. Windows color (decimal): -7842526 or 2250120. OLE color: 2250120.

HSL color Cylindrical-coordinate representation of color #885522: hue angle of 30º 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 #885522 is Cyan = 0, Magento = 0.38, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB1368534-
CMYK00.380.750.47
HSL30º60%33.33%-
HSV(B)30º75%53.33%-
XYZ13.6911.853.08-
YUV94.4493.9157.65-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.33%
GREEN value IS 85 (33.59% from 255) = 33.33%
BLUE value IS 34 (13.67% from 255) = 13.33%
R=53.33%
G=33.33%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.75
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136853400.380.750.47306033.33
Hex8855220264B2F1e3c21
Octal2101254204611357367441
Binary1000100010101011000100100110100101110111111110111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885522; }

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

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

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

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

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

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

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

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