#885D11

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

Shades of Golden Brown #885D11

Tints of Golden Brown #885D11

Color information

#885D11 (or 0x885D11) is unknown color: approx Golden Brown. HEX triplet: 88, 5D and 11. RGB value is (136,93,17). Sum of RGB (Red+Green+Blue) = 136+93+17=246 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.28% from 246); Green value is 93 (36.72% from 255 or 37.80% from 246); Blue value is 17 (7.03% from 255 or 6.91% from 246); Max value from RGB is 136 - color contains mainly: red. Hex color #885D11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885D11 is #77A2EE. Grayscale: #616161. Windows color (decimal): -7840495 or 1138056. OLE color: 1138056.

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

Color convert

RGB1369317-
CMYK00.320.870.47
HSL38.32º77.78%30%-
HSV(B)38.32º87.5%53.33%-
XYZ14.1713.12.31-
YUV97.1982.75155.68-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.28%
GREEN value IS 93 (36.72% from 255) = 37.80%
BLUE value IS 17 (7.03% from 255) = 6.91%
R=55.28%
G=37.80%
B=6.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136931700.320.870.4738.3277.7830
Hex885D11020572F264e1e
Octal21013521040127574611636
Binary1000100010111011000101000001010111101111100110100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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