Shades of Golden Brown #876504
Tints of Golden Brown #876504
RGB
CMYK
RGB Variations
Color information
#876504 (or 0x876504) is known color: Golden Brown. HEX triplet: 87, 65 and 04. RGB value is (135,101,4). Sum of RGB (Red+Green+Blue) = 135+101+4=240 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.25% from 240); Green value is 101 (39.84% from 255 or 42.08% from 240); Blue value is 4 (1.95% from 255 or 1.67% from 240); Max value from RGB is 135 - color contains mainly: red. Hex color #876504 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #876504 is #789AFB. Grayscale: #646464. Windows color (decimal): -7903996 or 288135. OLE color: 288135.
HSL color Cylindrical-coordinate representation of color #876504: hue angle of 44.43º 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 #876504 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 101 | 4 | - |
| CMYK | 0 | 0.25 | 0.97 | 0.47 |
| HSL | 44.43º | 0.94% | 0.27% | - |
| HSV(B) | 44.43º | 0.97% | 0.53% | - |
| XYZ | 14.67 | 14.47 | 2.13 | - |
| YUV | 100.11 | 73.76 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 101 | 4 | 0 | 0.25 | 0.97 | 0.47 | 44.43 | 0.94 | 0.27 |
| Hex | 87 | 65 | 4 | 0 | 19 | 61 | 2F | 2C | 5E | 1B |
| Octal | 207 | 145 | 4 | 0 | 31 | 141 | 57 | 54 | 136 | 33 |
| Binary | 10000111 | 1100101 | 100 | 0 | 11001 | 1100001 | 101111 | 101100 | 1011110 | 11011 |
Color Harmonies of #876504
Complementary color
Monochromatic Colors of #876504
Black with #876504
Text Example
Text Example
White with #876504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876504; }
p { color: rgb(135,101,4); }
H1.HeaderClassName
{
color: #876504;
}
.AnyTagClassName
{
color: #876504;
}
</style>
background-color css
<style>
a { background-color: #876504; }
a { background-color: rgb(135,101,4); }
div.DivClassName
{
background-color: #876504;
}
.BgClassName
{
background-color: #876504;
}
</style>
border-color css
<style>
span { border-color: #876504; }
span { border-color: rgb(135,101,4); }
td.TdClassName
{
border-color: #876504;
}
.TagClassName
{
border-color: #876504;
}
</style>