Shades of Golden Brown #875904
Tints of Golden Brown #875904
RGB
CMYK
RGB Variations
Color information
#875904 (or 0x875904) is known color: Golden Brown. HEX triplet: 87, 59 and 04. RGB value is (135,89,4). Sum of RGB (Red+Green+Blue) = 135+89+4=228 (30% of max value = 765). Red value is 135 (53.12% from 255 or 59.21% from 228); Green value is 89 (35.16% from 255 or 39.04% from 228); Blue value is 4 (1.95% from 255 or 1.75% from 228); Max value from RGB is 135 - color contains mainly: red. Hex color #875904 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875904 is #78A6FB. Grayscale: #5D5D5D. Windows color (decimal): -7907068 or 285063. OLE color: 285063.
HSL color Cylindrical-coordinate representation of color #875904: hue angle of 38.93º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #875904 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 89 | 4 | - |
| CMYK | 0 | 0.34 | 0.97 | 0.47 |
| HSL | 38.93º | 0.94% | 0.27% | - |
| HSV(B) | 38.93º | 0.97% | 0.53% | - |
| XYZ | 13.59 | 12.3 | 1.77 | - |
| YUV | 93.06 | 77.74 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 89 | 4 | 0 | 0.34 | 0.97 | 0.47 | 38.93 | 0.94 | 0.27 |
| Hex | 87 | 59 | 4 | 0 | 22 | 61 | 2F | 27 | 5E | 1B |
| Octal | 207 | 131 | 4 | 0 | 42 | 141 | 57 | 47 | 136 | 33 |
| Binary | 10000111 | 1011001 | 100 | 0 | 100010 | 1100001 | 101111 | 100111 | 1011110 | 11011 |
Color Harmonies of #875904
Complementary color
Monochromatic Colors of #875904
Black with #875904
Text Example
Text Example
White with #875904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875904; }
p { color: rgb(135,89,4); }
H1.HeaderClassName
{
color: #875904;
}
.AnyTagClassName
{
color: #875904;
}
</style>
background-color css
<style>
a { background-color: #875904; }
a { background-color: rgb(135,89,4); }
div.DivClassName
{
background-color: #875904;
}
.BgClassName
{
background-color: #875904;
}
</style>
border-color css
<style>
span { border-color: #875904; }
span { border-color: rgb(135,89,4); }
td.TdClassName
{
border-color: #875904;
}
.TagClassName
{
border-color: #875904;
}
</style>