#885E25

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

Shades of Hot Curry #885E25

Tints of Hot Curry #885E25

Color information

#885E25 (or 0x885E25) is unknown color: approx Hot Curry. HEX triplet: 88, 5E and 25. RGB value is (136,94,37). Sum of RGB (Red+Green+Blue) = 136+94+37=267 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.94% from 267); Green value is 94 (37.11% from 255 or 35.21% from 267); Blue value is 37 (14.84% from 255 or 13.86% from 267); Max value from RGB is 136 - color contains mainly: red. Hex color #885E25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885E25 is #77A1DA. Grayscale: #646464. Windows color (decimal): -7840219 or 2449032. OLE color: 2449032.

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

Color convert

RGB1369437-
CMYK00.310.730.47
HSL34.55º57.23%33.92%-
HSV(B)34.55º72.79%53.33%-
XYZ14.4913.373.57-
YUV100.0692.41153.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.94%
GREEN value IS 94 (37.11% from 255) = 35.21%
BLUE value IS 37 (14.84% from 255) = 13.86%
R=50.94%
G=35.21%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136943700.310.730.4734.5557.2333.92
Hex885E2501F492F233922
Octal2101364503711157437142
Binary1000100010111101001010111111001001101111100011111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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