Shades of Golden Brown #875A0E
Tints of Golden Brown #875A0E
RGB
CMYK
RGB Variations
Color information
#875A0E (or 0x875A0E) is known color: Golden Brown. HEX triplet: 87, 5A and 0E. RGB value is (135,90,14). Sum of RGB (Red+Green+Blue) = 135+90+14=239 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.49% from 239); Green value is 90 (35.55% from 255 or 37.66% from 239); Blue value is 14 (5.86% from 255 or 5.86% from 239); Max value from RGB is 135 - color contains mainly: red. Hex color #875A0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875A0E is #78A5F1. Grayscale: #5F5F5F. Windows color (decimal): -7906802 or 940679. OLE color: 940679.
HSL color Cylindrical-coordinate representation of color #875A0E: hue angle of 37.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 #875A0E is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 90 | 14 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.47 |
| HSL | 37.69º | 0.81% | 0.29% | - |
| HSV(B) | 37.69º | 0.9% | 0.53% | - |
| XYZ | 13.73 | 12.49 | 2.1 | - |
| YUV | 94.79 | 82.41 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 90 | 14 | 0 | 0.33 | 0.90 | 0.47 | 37.69 | 0.81 | 0.29 |
| Hex | 87 | 5A | E | 0 | 21 | 5A | 2F | 26 | 51 | 1D |
| Octal | 207 | 132 | 16 | 0 | 41 | 132 | 57 | 46 | 121 | 35 |
| Binary | 10000111 | 1011010 | 1110 | 0 | 100001 | 1011010 | 101111 | 100110 | 1010001 | 11101 |
Color Harmonies of #875A0E
Complementary color
Monochromatic Colors of #875A0E
Black with #875A0E
Text Example
Text Example
White with #875A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875A0E; }
p { color: rgb(135,90,14); }
H1.HeaderClassName
{
color: #875A0E;
}
.AnyTagClassName
{
color: #875A0E;
}
</style>
background-color css
<style>
a { background-color: #875A0E; }
a { background-color: rgb(135,90,14); }
div.DivClassName
{
background-color: #875A0E;
}
.BgClassName
{
background-color: #875A0E;
}
</style>
border-color css
<style>
span { border-color: #875A0E; }
span { border-color: rgb(135,90,14); }
td.TdClassName
{
border-color: #875A0E;
}
.TagClassName
{
border-color: #875A0E;
}
</style>