Shades of Golden Brown #875908
Tints of Golden Brown #875908
RGB
CMYK
RGB Variations
Color information
#875908 (or 0x875908) is known color: Golden Brown. HEX triplet: 87, 59 and 08. RGB value is (135,89,8). Sum of RGB (Red+Green+Blue) = 135+89+8=232 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.19% from 232); Green value is 89 (35.16% from 255 or 38.36% from 232); Blue value is 8 (3.52% from 255 or 3.45% from 232); Max value from RGB is 135 - color contains mainly: red. Hex color #875908 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875908 is #78A6F7. Grayscale: #5D5D5D. Windows color (decimal): -7907064 or 547207. OLE color: 547207.
HSL color Cylindrical-coordinate representation of color #875908: hue angle of 38.27º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #875908 is Cyan = 0, Magento = 0.34, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 89 | 8 | - |
| CMYK | 0 | 0.34 | 0.94 | 0.47 |
| HSL | 38.27º | 0.89% | 0.28% | - |
| HSV(B) | 38.27º | 0.94% | 0.53% | - |
| XYZ | 13.61 | 12.31 | 1.89 | - |
| YUV | 93.52 | 79.74 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 89 | 8 | 0 | 0.34 | 0.94 | 0.47 | 38.27 | 0.89 | 0.28 |
| Hex | 87 | 59 | 8 | 0 | 22 | 5E | 2F | 26 | 59 | 1C |
| Octal | 207 | 131 | 10 | 0 | 42 | 136 | 57 | 46 | 131 | 34 |
| Binary | 10000111 | 1011001 | 1000 | 0 | 100010 | 1011110 | 101111 | 100110 | 1011001 | 11100 |
Color Harmonies of #875908
Complementary color
Monochromatic Colors of #875908
Black with #875908
Text Example
Text Example
White with #875908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875908; }
p { color: rgb(135,89,8); }
H1.HeaderClassName
{
color: #875908;
}
.AnyTagClassName
{
color: #875908;
}
</style>
background-color css
<style>
a { background-color: #875908; }
a { background-color: rgb(135,89,8); }
div.DivClassName
{
background-color: #875908;
}
.BgClassName
{
background-color: #875908;
}
</style>
border-color css
<style>
span { border-color: #875908; }
span { border-color: rgb(135,89,8); }
td.TdClassName
{
border-color: #875908;
}
.TagClassName
{
border-color: #875908;
}
</style>