Shades of Golden Brown #87580E
Tints of Golden Brown #87580E
RGB
CMYK
RGB Variations
Color information
#87580E (or 0x87580E) is known color: Golden Brown. HEX triplet: 87, 58 and 0E. RGB value is (135,88,14). Sum of RGB (Red+Green+Blue) = 135+88+14=237 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.96% from 237); Green value is 88 (34.77% from 255 or 37.13% from 237); Blue value is 14 (5.86% from 255 or 5.91% from 237); Max value from RGB is 135 - color contains mainly: red. Hex color #87580E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87580E is #78A7F1. Grayscale: #5D5D5D. Windows color (decimal): -7907314 or 940167. OLE color: 940167.
HSL color Cylindrical-coordinate representation of color #87580E: hue angle of 36.69º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #87580E is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 88 | 14 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.47 |
| HSL | 36.69º | 0.81% | 0.29% | - |
| HSV(B) | 36.69º | 0.9% | 0.53% | - |
| XYZ | 13.56 | 12.16 | 2.05 | - |
| YUV | 93.62 | 83.07 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 88 | 14 | 0 | 0.35 | 0.90 | 0.47 | 36.69 | 0.81 | 0.29 |
| Hex | 87 | 58 | E | 0 | 23 | 5A | 2F | 25 | 51 | 1D |
| Octal | 207 | 130 | 16 | 0 | 43 | 132 | 57 | 45 | 121 | 35 |
| Binary | 10000111 | 1011000 | 1110 | 0 | 100011 | 1011010 | 101111 | 100101 | 1010001 | 11101 |
Color Harmonies of #87580E
Complementary color
Monochromatic Colors of #87580E
Black with #87580E
Text Example
Text Example
White with #87580E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87580E; }
p { color: rgb(135,88,14); }
H1.HeaderClassName
{
color: #87580E;
}
.AnyTagClassName
{
color: #87580E;
}
</style>
background-color css
<style>
a { background-color: #87580E; }
a { background-color: rgb(135,88,14); }
div.DivClassName
{
background-color: #87580E;
}
.BgClassName
{
background-color: #87580E;
}
</style>
border-color css
<style>
span { border-color: #87580E; }
span { border-color: rgb(135,88,14); }
td.TdClassName
{
border-color: #87580E;
}
.TagClassName
{
border-color: #87580E;
}
</style>