Shades of Golden Brown #875A14
Tints of Golden Brown #875A14
RGB
CMYK
RGB Variations
Color information
#875A14 (or 0x875A14) is known color: Golden Brown. HEX triplet: 87, 5A and 14. RGB value is (135,90,20). Sum of RGB (Red+Green+Blue) = 135+90+20=245 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.10% from 245); Green value is 90 (35.55% from 255 or 36.73% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 135 - color contains mainly: red. Hex color #875A14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875A14 is #78A5EB. Grayscale: #5F5F5F. Windows color (decimal): -7906796 or 1333895. OLE color: 1333895.
HSL color Cylindrical-coordinate representation of color #875A14: hue angle of 36.52º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #875A14 is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 90 | 20 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.47 |
| HSL | 36.52º | 0.74% | 0.3% | - |
| HSV(B) | 36.52º | 0.85% | 0.53% | - |
| XYZ | 13.77 | 12.51 | 2.35 | - |
| YUV | 95.48 | 85.41 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 90 | 20 | 0 | 0.33 | 0.85 | 0.47 | 36.52 | 0.74 | 0.3 |
| Hex | 87 | 5A | 14 | 0 | 21 | 55 | 2F | 25 | 4A | 1E |
| Octal | 207 | 132 | 24 | 0 | 41 | 125 | 57 | 45 | 112 | 36 |
| Binary | 10000111 | 1011010 | 10100 | 0 | 100001 | 1010101 | 101111 | 100101 | 1001010 | 11110 |
Color Harmonies of #875A14
Complementary color
Monochromatic Colors of #875A14
Black with #875A14
Text Example
Text Example
White with #875A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875A14; }
p { color: rgb(135,90,20); }
H1.HeaderClassName
{
color: #875A14;
}
.AnyTagClassName
{
color: #875A14;
}
</style>
background-color css
<style>
a { background-color: #875A14; }
a { background-color: rgb(135,90,20); }
div.DivClassName
{
background-color: #875A14;
}
.BgClassName
{
background-color: #875A14;
}
</style>
border-color css
<style>
span { border-color: #875A14; }
span { border-color: rgb(135,90,20); }
td.TdClassName
{
border-color: #875A14;
}
.TagClassName
{
border-color: #875A14;
}
</style>