#885A10

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

Shades of Golden Brown #885A10

Tints of Golden Brown #885A10

Color information

#885A10 (or 0x885A10) is unknown color: approx Golden Brown. HEX triplet: 88, 5A and 10. RGB value is (136,90,16). Sum of RGB (Red+Green+Blue) = 136+90+16=242 (32% of max value = 765). Red value is 136 (53.52% from 255 or 56.20% from 242); Green value is 90 (35.55% from 255 or 37.19% from 242); Blue value is 16 (6.64% from 255 or 6.61% from 242); Max value from RGB is 136 - color contains mainly: red. Hex color #885A10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885A10 is #77A5EF. Grayscale: #5F5F5F. Windows color (decimal): -7841264 or 1071752. OLE color: 1071752.

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

Color convert

RGB1369016-
CMYK00.340.880.47
HSL37º78.95%29.8%-
HSV(B)37º88.24%53.33%-
XYZ13.912.582.19-
YUV95.3283.24157.02-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 56.20%
GREEN value IS 90 (35.55% from 255) = 37.19%
BLUE value IS 16 (6.64% from 255) = 6.61%
R=56.20%
G=37.19%
B=6.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136901600.340.880.473778.9529.8
Hex885A10022582F254f1e
Octal21013220042130574511736
Binary1000100010110101000001000101011000101111100101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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