#88551F

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

Shades of Hot Curry #88551F

Tints of Hot Curry #88551F

Color information

#88551F (or 0x88551F) is unknown color: approx Hot Curry. HEX triplet: 88, 55 and 1F. RGB value is (136,85,31). Sum of RGB (Red+Green+Blue) = 136+85+31=252 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.97% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 31 (12.5% from 255 or 12.30% from 252); Max value from RGB is 136 - color contains mainly: red. Hex color #88551F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88551F is #77AAE0. Grayscale: #5E5E5E. Windows color (decimal): -7842529 or 2053512. OLE color: 2053512.

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

Color convert

RGB1368531-
CMYK00.380.770.47
HSL30.86º62.87%32.75%-
HSV(B)30.86º77.21%53.33%-
XYZ13.6511.832.86-
YUV94.0992.4157.89-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.97%
GREEN value IS 85 (33.59% from 255) = 33.73%
BLUE value IS 31 (12.5% from 255) = 12.30%
R=53.97%
G=33.73%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136853100.380.770.4730.8662.8732.75
Hex88551F0264D2F1f3f21
Octal2101253704611557377741
Binary100010001010101111110100110100110110111111111111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88551F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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