Shades of Golden Brown #875811
Tints of Golden Brown #875811
RGB
CMYK
RGB Variations
Color information
#875811 (or 0x875811) is known color: Golden Brown. HEX triplet: 87, 58 and 11. RGB value is (135,88,17). Sum of RGB (Red+Green+Blue) = 135+88+17=240 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.25% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 17 (7.03% from 255 or 7.08% from 240); Max value from RGB is 135 - color contains mainly: red. Hex color #875811 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875811 is #78A7EE. Grayscale: #5E5E5E. Windows color (decimal): -7907311 or 1136775. OLE color: 1136775.
HSL color Cylindrical-coordinate representation of color #875811: hue angle of 36.1º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #875811 is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 88 | 17 | - |
| CMYK | 0 | 0.35 | 0.87 | 0.47 |
| HSL | 36.1º | 0.78% | 0.3% | - |
| HSV(B) | 36.1º | 0.87% | 0.53% | - |
| XYZ | 13.58 | 12.17 | 2.16 | - |
| YUV | 93.96 | 84.57 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 88 | 17 | 0 | 0.35 | 0.87 | 0.47 | 36.1 | 0.78 | 0.3 |
| Hex | 87 | 58 | 11 | 0 | 23 | 57 | 2F | 24 | 4E | 1E |
| Octal | 207 | 130 | 21 | 0 | 43 | 127 | 57 | 44 | 116 | 36 |
| Binary | 10000111 | 1011000 | 10001 | 0 | 100011 | 1010111 | 101111 | 100100 | 1001110 | 11110 |
Color Harmonies of #875811
Complementary color
Monochromatic Colors of #875811
Black with #875811
Text Example
Text Example
White with #875811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875811; }
p { color: rgb(135,88,17); }
H1.HeaderClassName
{
color: #875811;
}
.AnyTagClassName
{
color: #875811;
}
</style>
background-color css
<style>
a { background-color: #875811; }
a { background-color: rgb(135,88,17); }
div.DivClassName
{
background-color: #875811;
}
.BgClassName
{
background-color: #875811;
}
</style>
border-color css
<style>
span { border-color: #875811; }
span { border-color: rgb(135,88,17); }
td.TdClassName
{
border-color: #875811;
}
.TagClassName
{
border-color: #875811;
}
</style>