#885D10

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

Shades of Golden Brown #885D10

Tints of Golden Brown #885D10

Color information

#885D10 (or 0x885D10) is unknown color: approx Golden Brown. HEX triplet: 88, 5D and 10. RGB value is (136,93,16). Sum of RGB (Red+Green+Blue) = 136+93+16=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 93 (36.72% from 255 or 37.96% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #885D10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885D10 is #77A2EF. Grayscale: #616161. Windows color (decimal): -7840496 or 1072520. OLE color: 1072520.

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

Color convert

RGB1369316-
CMYK00.320.880.47
HSL38.5º78.95%29.8%-
HSV(B)38.5º88.24%53.33%-
XYZ14.1613.12.27-
YUV97.0882.25155.76-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.51%
GREEN value IS 93 (36.72% from 255) = 37.96%
BLUE value IS 16 (6.64% from 255) = 6.53%
R=55.51%
G=37.96%
B=6.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136931600.320.880.4738.578.9529.8
Hex885D10020582F264f1e
Octal21013520040130574611736
Binary1000100010111011000001000001011000101111100110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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