Shades of Golden Brown #876403
Tints of Golden Brown #876403
RGB
CMYK
RGB Variations
Color information
#876403 (or 0x876403) is known color: Golden Brown. HEX triplet: 87, 64 and 03. RGB value is (135,100,3). Sum of RGB (Red+Green+Blue) = 135+100+3=238 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.72% from 238); Green value is 100 (39.45% from 255 or 42.02% from 238); Blue value is 3 (1.56% from 255 or 1.26% from 238); Max value from RGB is 135 - color contains mainly: red. Hex color #876403 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #876403 is #789BFC. Grayscale: #636363. Windows color (decimal): -7904253 or 222343. OLE color: 222343.
HSL color Cylindrical-coordinate representation of color #876403: hue angle of 44.09º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #876403 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 100 | 3 | - |
| CMYK | 0 | 0.26 | 0.98 | 0.47 |
| HSL | 44.09º | 0.96% | 0.27% | - |
| HSV(B) | 44.09º | 0.98% | 0.53% | - |
| XYZ | 14.57 | 14.27 | 2.07 | - |
| YUV | 99.41 | 73.6 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 100 | 3 | 0 | 0.26 | 0.98 | 0.47 | 44.09 | 0.96 | 0.27 |
| Hex | 87 | 64 | 3 | 0 | 1A | 62 | 2F | 2C | 60 | 1B |
| Octal | 207 | 144 | 3 | 0 | 32 | 142 | 57 | 54 | 140 | 33 |
| Binary | 10000111 | 1100100 | 11 | 0 | 11010 | 1100010 | 101111 | 101100 | 1100000 | 11011 |
Color Harmonies of #876403
Complementary color
Monochromatic Colors of #876403
Black with #876403
Text Example
Text Example
White with #876403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876403; }
p { color: rgb(135,100,3); }
H1.HeaderClassName
{
color: #876403;
}
.AnyTagClassName
{
color: #876403;
}
</style>
background-color css
<style>
a { background-color: #876403; }
a { background-color: rgb(135,100,3); }
div.DivClassName
{
background-color: #876403;
}
.BgClassName
{
background-color: #876403;
}
</style>
border-color css
<style>
span { border-color: #876403; }
span { border-color: rgb(135,100,3); }
td.TdClassName
{
border-color: #876403;
}
.TagClassName
{
border-color: #876403;
}
</style>