#885E26

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

Shades of Hot Curry #885E26

Tints of Hot Curry #885E26

Color information

#885E26 (or 0x885E26) is unknown color: approx Hot Curry. HEX triplet: 88, 5E and 26. RGB value is (136,94,38). Sum of RGB (Red+Green+Blue) = 136+94+38=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 94 (37.11% from 255 or 35.07% from 268); Blue value is 38 (15.23% from 255 or 14.18% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #885E26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885E26 is #77A1D9. Grayscale: #646464. Windows color (decimal): -7840218 or 2514568. OLE color: 2514568.

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

Color convert

RGB1369438-
CMYK00.310.720.47
HSL34.29º56.32%34.12%-
HSV(B)34.29º72.06%53.33%-
XYZ14.5113.383.65-
YUV100.1792.91153.55-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.75%
GREEN value IS 94 (37.11% from 255) = 35.07%
BLUE value IS 38 (15.23% from 255) = 14.18%
R=50.75%
G=35.07%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136943800.310.720.4734.2956.3234.12
Hex885E2601F482F223822
Octal2101364603711057427042
Binary1000100010111101001100111111001000101111100010111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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