Shades of Golden Brown #876302
Tints of Golden Brown #876302
RGB
CMYK
RGB Variations
Color information
#876302 (or 0x876302) is known color: Golden Brown. HEX triplet: 87, 63 and 02. RGB value is (135,99,2). Sum of RGB (Red+Green+Blue) = 135+99+2=236 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.20% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 135 - color contains mainly: red. Hex color #876302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #876302 is #789CFD. Grayscale: #636363. Windows color (decimal): -7904510 or 156551. OLE color: 156551.
HSL color Cylindrical-coordinate representation of color #876302: hue angle of 43.76º degrees, saturation: 0.97, 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 #876302 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 99 | 2 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.47 |
| HSL | 43.76º | 0.97% | 0.27% | - |
| HSV(B) | 43.76º | 0.99% | 0.53% | - |
| XYZ | 14.46 | 14.08 | 2.01 | - |
| YUV | 98.71 | 73.43 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 99 | 2 | 0 | 0.27 | 0.99 | 0.47 | 43.76 | 0.97 | 0.27 |
| Hex | 87 | 63 | 2 | 0 | 1B | 63 | 2F | 2C | 61 | 1B |
| Octal | 207 | 143 | 2 | 0 | 33 | 143 | 57 | 54 | 141 | 33 |
| Binary | 10000111 | 1100011 | 10 | 0 | 11011 | 1100011 | 101111 | 101100 | 1100001 | 11011 |
Color Harmonies of #876302
Complementary color
Monochromatic Colors of #876302
Black with #876302
Text Example
Text Example
White with #876302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876302; }
p { color: rgb(135,99,2); }
H1.HeaderClassName
{
color: #876302;
}
.AnyTagClassName
{
color: #876302;
}
</style>
background-color css
<style>
a { background-color: #876302; }
a { background-color: rgb(135,99,2); }
div.DivClassName
{
background-color: #876302;
}
.BgClassName
{
background-color: #876302;
}
</style>
border-color css
<style>
span { border-color: #876302; }
span { border-color: rgb(135,99,2); }
td.TdClassName
{
border-color: #876302;
}
.TagClassName
{
border-color: #876302;
}
</style>