#885E10

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

Shades of Golden Brown #885E10

Tints of Golden Brown #885E10

Color information

#885E10 (or 0x885E10) is unknown color: approx Golden Brown. HEX triplet: 88, 5E and 10. RGB value is (136,94,16). Sum of RGB (Red+Green+Blue) = 136+94+16=246 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.28% from 246); Green value is 94 (37.11% from 255 or 38.21% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 136 - color contains mainly: red. Hex color #885E10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885E10 is #77A1EF. Grayscale: #626262. Windows color (decimal): -7840240 or 1072776. OLE color: 1072776.

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

Color convert

RGB1369416-
CMYK00.310.880.47
HSL39º78.95%29.8%-
HSV(B)39º88.24%53.33%-
XYZ14.2513.282.3-
YUV97.6781.91155.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.28%
GREEN value IS 94 (37.11% from 255) = 38.21%
BLUE value IS 16 (6.64% from 255) = 6.50%
R=55.28%
G=38.21%
B=6.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136941600.310.880.473978.9529.8
Hex885E1001F582F274f1e
Octal21013620037130574711736
Binary100010001011110100000111111011000101111100111100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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