#88551E

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

Shades of Hot Curry #88551E

Tints of Hot Curry #88551E

Color information

#88551E (or 0x88551E) is unknown color: approx Hot Curry. HEX triplet: 88, 55 and 1E. RGB value is (136,85,30). Sum of RGB (Red+Green+Blue) = 136+85+30=251 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.18% from 251); Green value is 85 (33.59% from 255 or 33.86% from 251); Blue value is 30 (12.11% from 255 or 11.95% from 251); Max value from RGB is 136 - color contains mainly: red. Hex color #88551E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88551E is #77AAE1. Grayscale: #5E5E5E. Windows color (decimal): -7842530 or 1987976. OLE color: 1987976.

HSL color Cylindrical-coordinate representation of color #88551E: hue angle of 31.13º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #88551E is Cyan = 0, Magento = 0.38, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB1368530-
CMYK00.380.780.47
HSL31.13º63.86%32.55%-
HSV(B)31.13º77.94%53.33%-
XYZ13.6411.822.79-
YUV93.9891.9157.97-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 54.18%
GREEN value IS 85 (33.59% from 255) = 33.86%
BLUE value IS 30 (12.11% from 255) = 11.95%
R=54.18%
G=33.86%
B=11.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136853000.380.780.4731.1363.8632.55
Hex88551E0264E2F1f4021
Octal21012536046116573710041
Binary1000100010101011111001001101001110101111111111000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88551E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88551E; }

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

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

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

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

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

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

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

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