#885E11

Color #885E11 Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #885E11

Tints of Golden Brown #885E11

Color information

#885E11 (or 0x885E11) is unknown color: approx Golden Brown. HEX triplet: 88, 5E and 11. RGB value is (136,94,17). Sum of RGB (Red+Green+Blue) = 136+94+17=247 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.06% from 247); Green value is 94 (37.11% from 255 or 38.06% from 247); Blue value is 17 (7.03% from 255 or 6.88% from 247); Max value from RGB is 136 - color contains mainly: red. Hex color #885E11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885E11 is #77A1EE. Grayscale: #626262. Windows color (decimal): -7840239 or 1138312. OLE color: 1138312.

HSL color Cylindrical-coordinate representation of color #885E11: hue angle of 38.82º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #885E11 is Cyan = 0, Magento = 0.31, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB1369417-
CMYK00.310.870.47
HSL38.82º77.78%30%-
HSV(B)38.82º87.5%53.33%-
XYZ14.2613.282.34-
YUV97.7882.41155.26-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.06%
GREEN value IS 94 (37.11% from 255) = 38.06%
BLUE value IS 17 (7.03% from 255) = 6.88%
R=55.06%
G=38.06%
B=6.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136941700.310.870.4738.8277.7830
Hex885E1101F572F274e1e
Octal21013621037127574711636
Binary100010001011110100010111111010111101111100111100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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