Shades of Golden Brown #876201
Tints of Golden Brown #876201
RGB
CMYK
RGB Variations
Color information
#876201 (or 0x876201) is known color: Golden Brown. HEX triplet: 87, 62 and 01. RGB value is (135,98,1). Sum of RGB (Red+Green+Blue) = 135+98+1=234 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.69% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 135 - color contains mainly: red. Hex color #876201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #876201 is #789DFE. Grayscale: #626262. Windows color (decimal): -7904767 or 90759. OLE color: 90759.
HSL color Cylindrical-coordinate representation of color #876201: hue angle of 43.43º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #876201 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 98 | 1 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.47 |
| HSL | 43.43º | 0.99% | 0.27% | - |
| HSV(B) | 43.43º | 0.99% | 0.53% | - |
| XYZ | 14.36 | 13.89 | 1.95 | - |
| YUV | 98.01 | 73.26 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 98 | 1 | 0 | 0.27 | 0.99 | 0.47 | 43.43 | 0.99 | 0.27 |
| Hex | 87 | 62 | 1 | 0 | 1B | 63 | 2F | 2B | 63 | 1B |
| Octal | 207 | 142 | 1 | 0 | 33 | 143 | 57 | 53 | 143 | 33 |
| Binary | 10000111 | 1100010 | 1 | 0 | 11011 | 1100011 | 101111 | 101011 | 1100011 | 11011 |
Color Harmonies of #876201
Complementary color
Monochromatic Colors of #876201
Black with #876201
Text Example
Text Example
White with #876201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876201; }
p { color: rgb(135,98,1); }
H1.HeaderClassName
{
color: #876201;
}
.AnyTagClassName
{
color: #876201;
}
</style>
background-color css
<style>
a { background-color: #876201; }
a { background-color: rgb(135,98,1); }
div.DivClassName
{
background-color: #876201;
}
.BgClassName
{
background-color: #876201;
}
</style>
border-color css
<style>
span { border-color: #876201; }
span { border-color: rgb(135,98,1); }
td.TdClassName
{
border-color: #876201;
}
.TagClassName
{
border-color: #876201;
}
</style>