Shades of Golden Brown #875805
Tints of Golden Brown #875805
RGB
CMYK
RGB Variations
Color information
#875805 (or 0x875805) is known color: Golden Brown. HEX triplet: 87, 58 and 05. RGB value is (135,88,5). Sum of RGB (Red+Green+Blue) = 135+88+5=228 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.21% from 228); Green value is 88 (34.77% from 255 or 38.60% from 228); Blue value is 5 (2.34% from 255 or 2.19% from 228); Max value from RGB is 135 - color contains mainly: red. Hex color #875805 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875805 is #78A7FA. Grayscale: #5C5C5C. Windows color (decimal): -7907323 or 350343. OLE color: 350343.
HSL color Cylindrical-coordinate representation of color #875805: hue angle of 38.31º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #875805 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 88 | 5 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.47 |
| HSL | 38.31º | 0.93% | 0.27% | - |
| HSV(B) | 38.31º | 0.96% | 0.53% | - |
| XYZ | 13.51 | 12.14 | 1.78 | - |
| YUV | 92.59 | 78.57 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 88 | 5 | 0 | 0.35 | 0.96 | 0.47 | 38.31 | 0.93 | 0.27 |
| Hex | 87 | 58 | 5 | 0 | 23 | 60 | 2F | 26 | 5D | 1B |
| Octal | 207 | 130 | 5 | 0 | 43 | 140 | 57 | 46 | 135 | 33 |
| Binary | 10000111 | 1011000 | 101 | 0 | 100011 | 1100000 | 101111 | 100110 | 1011101 | 11011 |
Color Harmonies of #875805
Complementary color
Monochromatic Colors of #875805
Black with #875805
Text Example
Text Example
White with #875805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875805; }
p { color: rgb(135,88,5); }
H1.HeaderClassName
{
color: #875805;
}
.AnyTagClassName
{
color: #875805;
}
</style>
background-color css
<style>
a { background-color: #875805; }
a { background-color: rgb(135,88,5); }
div.DivClassName
{
background-color: #875805;
}
.BgClassName
{
background-color: #875805;
}
</style>
border-color css
<style>
span { border-color: #875805; }
span { border-color: rgb(135,88,5); }
td.TdClassName
{
border-color: #875805;
}
.TagClassName
{
border-color: #875805;
}
</style>