Shades of Golden Brown #885911
Tints of Golden Brown #885911
RGB
CMYK
RGB Variations
Color information
#885911 (or 0x885911) is known color: Golden Brown. HEX triplet: 88, 59 and 11. RGB value is (136,89,17). Sum of RGB (Red+Green+Blue) = 136+89+17=242 (32% of max value = 765). Red value is 136 (53.52% from 255 or 56.20% from 242); Green value is 89 (35.16% from 255 or 36.78% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 136 - color contains mainly: red. Hex color #885911 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #885911 is #77A6EE. Grayscale: #5F5F5F. Windows color (decimal): -7841519 or 1137032. OLE color: 1137032.
HSL color Cylindrical-coordinate representation of color #885911: hue angle of 36.3º 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 #885911 is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 89 | 17 | - |
| CMYK | 0 | 0.35 | 0.87 | 0.47 |
| HSL | 36.3º | 0.78% | 0.3% | - |
| HSV(B) | 36.3º | 0.88% | 0.53% | - |
| XYZ | 13.83 | 12.42 | 2.2 | - |
| YUV | 94.85 | 84.07 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 89 | 17 | 0 | 0.35 | 0.87 | 0.47 | 36.3 | 0.78 | 0.3 |
| Hex | 88 | 59 | 11 | 0 | 23 | 57 | 2F | 24 | 4E | 1E |
| Octal | 210 | 131 | 21 | 0 | 43 | 127 | 57 | 44 | 116 | 36 |
| Binary | 10001000 | 1011001 | 10001 | 0 | 100011 | 1010111 | 101111 | 100100 | 1001110 | 11110 |
Color Harmonies of #885911
Complementary color
Monochromatic Colors of #885911
Black with #885911
Text Example
Text Example
White with #885911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885911; }
p { color: rgb(136,89,17); }
H1.HeaderClassName
{
color: #885911;
}
.AnyTagClassName
{
color: #885911;
}
</style>
background-color css
<style>
a { background-color: #885911; }
a { background-color: rgb(136,89,17); }
div.DivClassName
{
background-color: #885911;
}
.BgClassName
{
background-color: #885911;
}
</style>
border-color css
<style>
span { border-color: #885911; }
span { border-color: rgb(136,89,17); }
td.TdClassName
{
border-color: #885911;
}
.TagClassName
{
border-color: #885911;
}
</style>