#885E16

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

Shades of Golden Brown #885E16

Tints of Golden Brown #885E16

Color information

#885E16 (or 0x885E16) is unknown color: approx Golden Brown. HEX triplet: 88, 5E and 16. RGB value is (136,94,22). Sum of RGB (Red+Green+Blue) = 136+94+22=252 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.97% from 252); Green value is 94 (37.11% from 255 or 37.30% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 136 - color contains mainly: red. Hex color #885E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885E16 is #77A1E9. Grayscale: #626262. Windows color (decimal): -7840234 or 1465992. OLE color: 1465992.

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

Color convert

RGB1369422-
CMYK00.310.840.47
HSL37.89º72.15%30.98%-
HSV(B)37.89º83.82%53.33%-
XYZ14.313.32.57-
YUV98.3584.91154.85-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.97%
GREEN value IS 94 (37.11% from 255) = 37.30%
BLUE value IS 22 (8.98% from 255) = 8.73%
R=53.97%
G=37.30%
B=8.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136942200.310.840.4737.8972.1530.98
Hex885E1601F542F26481f
Octal21013626037124574611037
Binary100010001011110101100111111010100101111100110100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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