Shades of Golden Brown #876409
Tints of Golden Brown #876409
RGB
CMYK
RGB Variations
Color information
#876409 (or 0x876409) is known color: Golden Brown. HEX triplet: 87, 64 and 09. RGB value is (135,100,9). Sum of RGB (Red+Green+Blue) = 135+100+9=244 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.33% from 244); Green value is 100 (39.45% from 255 or 40.98% from 244); Blue value is 9 (3.91% from 255 or 3.69% from 244); Max value from RGB is 135 - color contains mainly: red. Hex color #876409 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #876409 is #789BF6. Grayscale: #646464. Windows color (decimal): -7904247 or 615559. OLE color: 615559.
HSL color Cylindrical-coordinate representation of color #876409: hue angle of 43.33º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #876409 is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 100 | 9 | - |
| CMYK | 0 | 0.26 | 0.93 | 0.47 |
| HSL | 43.33º | 0.88% | 0.28% | - |
| HSV(B) | 43.33º | 0.93% | 0.53% | - |
| XYZ | 14.6 | 14.28 | 2.25 | - |
| YUV | 100.09 | 76.6 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 100 | 9 | 0 | 0.26 | 0.93 | 0.47 | 43.33 | 0.88 | 0.28 |
| Hex | 87 | 64 | 9 | 0 | 1A | 5D | 2F | 2B | 58 | 1C |
| Octal | 207 | 144 | 11 | 0 | 32 | 135 | 57 | 53 | 130 | 34 |
| Binary | 10000111 | 1100100 | 1001 | 0 | 11010 | 1011101 | 101111 | 101011 | 1011000 | 11100 |
Color Harmonies of #876409
Complementary color
Monochromatic Colors of #876409
Black with #876409
Text Example
Text Example
White with #876409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876409; }
p { color: rgb(135,100,9); }
H1.HeaderClassName
{
color: #876409;
}
.AnyTagClassName
{
color: #876409;
}
</style>
background-color css
<style>
a { background-color: #876409; }
a { background-color: rgb(135,100,9); }
div.DivClassName
{
background-color: #876409;
}
.BgClassName
{
background-color: #876409;
}
</style>
border-color css
<style>
span { border-color: #876409; }
span { border-color: rgb(135,100,9); }
td.TdClassName
{
border-color: #876409;
}
.TagClassName
{
border-color: #876409;
}
</style>