#885A27

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

Shades of Hot Curry #885A27

Tints of Hot Curry #885A27

Color information

#885A27 (or 0x885A27) is unknown color: approx Hot Curry. HEX triplet: 88, 5A and 27. RGB value is (136,90,39). Sum of RGB (Red+Green+Blue) = 136+90+39=265 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.32% from 265); Green value is 90 (35.55% from 255 or 33.96% from 265); Blue value is 39 (15.62% from 255 or 14.72% from 265); Max value from RGB is 136 - color contains mainly: red. Hex color #885A27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885A27 is #77A5D8. Grayscale: #626262. Windows color (decimal): -7841241 or 2579080. OLE color: 2579080.

HSL color Cylindrical-coordinate representation of color #885A27: hue angle of 31.55º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #885A27 is Cyan = 0, Magento = 0.34, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB1369039-
CMYK00.340.710.47
HSL31.55º55.43%34.31%-
HSV(B)31.55º71.32%53.33%-
XYZ14.1812.693.62-
YUV97.9494.74155.15-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.32%
GREEN value IS 90 (35.55% from 255) = 33.96%
BLUE value IS 39 (15.62% from 255) = 14.72%
R=51.32%
G=33.96%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136903900.340.710.4731.5555.4334.31
Hex885A27022472F203722
Octal2101324704210757406742
Binary10001000101101010011101000101000111101111100000110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,90,39); }

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

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

 a { background-color: rgb(136,90,39); }

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

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

 span { border-color: rgb(136,90,39); }

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