Shades of Golden Brown #87590A
Tints of Golden Brown #87590A
RGB
CMYK
RGB Variations
Color information
#87590A (or 0x87590A) is known color: Golden Brown. HEX triplet: 87, 59 and 0A. RGB value is (135,89,10). Sum of RGB (Red+Green+Blue) = 135+89+10=234 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.69% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 10 (4.30% from 255 or 4.27% from 234); Max value from RGB is 135 - color contains mainly: red. Hex color #87590A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87590A is #78A6F5. Grayscale: #5E5E5E. Windows color (decimal): -7907062 or 678279. OLE color: 678279.
HSL color Cylindrical-coordinate representation of color #87590A: hue angle of 37.92º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #87590A is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 89 | 10 | - |
| CMYK | 0 | 0.34 | 0.93 | 0.47 |
| HSL | 37.92º | 0.86% | 0.28% | - |
| HSV(B) | 37.92º | 0.93% | 0.53% | - |
| XYZ | 13.62 | 12.32 | 1.95 | - |
| YUV | 93.75 | 80.74 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 89 | 10 | 0 | 0.34 | 0.93 | 0.47 | 37.92 | 0.86 | 0.28 |
| Hex | 87 | 59 | A | 0 | 22 | 5D | 2F | 26 | 56 | 1C |
| Octal | 207 | 131 | 12 | 0 | 42 | 135 | 57 | 46 | 126 | 34 |
| Binary | 10000111 | 1011001 | 1010 | 0 | 100010 | 1011101 | 101111 | 100110 | 1010110 | 11100 |
Color Harmonies of #87590A
Complementary color
Monochromatic Colors of #87590A
Black with #87590A
Text Example
Text Example
White with #87590A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87590A; }
p { color: rgb(135,89,10); }
H1.HeaderClassName
{
color: #87590A;
}
.AnyTagClassName
{
color: #87590A;
}
</style>
background-color css
<style>
a { background-color: #87590A; }
a { background-color: rgb(135,89,10); }
div.DivClassName
{
background-color: #87590A;
}
.BgClassName
{
background-color: #87590A;
}
</style>
border-color css
<style>
span { border-color: #87590A; }
span { border-color: rgb(135,89,10); }
td.TdClassName
{
border-color: #87590A;
}
.TagClassName
{
border-color: #87590A;
}
</style>