Shades of Golden Brown #87610D
Tints of Golden Brown #87610D
RGB
CMYK
RGB Variations
Color information
#87610D (or 0x87610D) is known color: Golden Brown. HEX triplet: 87, 61 and 0D. RGB value is (135,97,13). Sum of RGB (Red+Green+Blue) = 135+97+13=245 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.10% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 135 - color contains mainly: red. Hex color #87610D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #87610D is #789EF2. Grayscale: #636363. Windows color (decimal): -7905011 or 876935. OLE color: 876935.
HSL color Cylindrical-coordinate representation of color #87610D: hue angle of 41.31º degrees, saturation: 0.82, 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 #87610D is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 97 | 13 | - |
| CMYK | 0 | 0.28 | 0.90 | 0.47 |
| HSL | 41.31º | 0.82% | 0.29% | - |
| HSV(B) | 41.31º | 0.9% | 0.53% | - |
| XYZ | 14.34 | 13.73 | 2.28 | - |
| YUV | 98.79 | 79.59 | 153.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 97 | 13 | 0 | 0.28 | 0.90 | 0.47 | 41.31 | 0.82 | 0.29 |
| Hex | 87 | 61 | D | 0 | 1C | 5A | 2F | 29 | 52 | 1D |
| Octal | 207 | 141 | 15 | 0 | 34 | 132 | 57 | 51 | 122 | 35 |
| Binary | 10000111 | 1100001 | 1101 | 0 | 11100 | 1011010 | 101111 | 101001 | 1010010 | 11101 |
Color Harmonies of #87610D
Complementary color
Monochromatic Colors of #87610D
Black with #87610D
Text Example
Text Example
White with #87610D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87610D; }
p { color: rgb(135,97,13); }
H1.HeaderClassName
{
color: #87610D;
}
.AnyTagClassName
{
color: #87610D;
}
</style>
background-color css
<style>
a { background-color: #87610D; }
a { background-color: rgb(135,97,13); }
div.DivClassName
{
background-color: #87610D;
}
.BgClassName
{
background-color: #87610D;
}
</style>
border-color css
<style>
span { border-color: #87610D; }
span { border-color: rgb(135,97,13); }
td.TdClassName
{
border-color: #87610D;
}
.TagClassName
{
border-color: #87610D;
}
</style>