#885E1F

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

Shades of Hot Curry #885E1F

Tints of Hot Curry #885E1F

Color information

#885E1F (or 0x885E1F) is unknown color: approx Hot Curry. HEX triplet: 88, 5E and 1F. RGB value is (136,94,31). Sum of RGB (Red+Green+Blue) = 136+94+31=261 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.11% from 261); Green value is 94 (37.11% from 255 or 36.02% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 136 - color contains mainly: red. Hex color #885E1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885E1F is #77A1E0. Grayscale: #636363. Windows color (decimal): -7840225 or 2055816. OLE color: 2055816.

HSL color Cylindrical-coordinate representation of color #885E1F: hue angle of 36º 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 #885E1F is Cyan = 0, Magento = 0.31, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB1369431-
CMYK00.310.770.47
HSL36º62.87%32.75%-
HSV(B)36º77.21%53.33%-
XYZ14.413.343.11-
YUV99.3889.41154.12-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.11%
GREEN value IS 94 (37.11% from 255) = 36.02%
BLUE value IS 31 (12.5% from 255) = 11.88%
R=52.11%
G=36.02%
B=11.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136943100.310.770.473662.8732.75
Hex885E1F01F4D2F243f21
Octal2101363703711557447741
Binary100010001011110111110111111001101101111100100111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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