Shades of Golden Brown #875F09
Tints of Golden Brown #875F09
RGB
CMYK
RGB Variations
Color information
#875F09 (or 0x875F09) is known color: Golden Brown. HEX triplet: 87, 5F and 09. RGB value is (135,95,9). Sum of RGB (Red+Green+Blue) = 135+95+9=239 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.49% from 239); Green value is 95 (37.5% from 255 or 39.75% from 239); Blue value is 9 (3.91% from 255 or 3.77% from 239); Max value from RGB is 135 - color contains mainly: red. Hex color #875F09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875F09 is #78A0F6. Grayscale: #616161. Windows color (decimal): -7905527 or 614279. OLE color: 614279.
HSL color Cylindrical-coordinate representation of color #875F09: hue angle of 40.95º 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 #875F09 is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 95 | 9 | - |
| CMYK | 0 | 0.30 | 0.93 | 0.47 |
| HSL | 40.95º | 0.88% | 0.28% | - |
| HSV(B) | 40.95º | 0.93% | 0.53% | - |
| XYZ | 14.13 | 13.36 | 2.09 | - |
| YUV | 97.16 | 78.25 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 95 | 9 | 0 | 0.30 | 0.93 | 0.47 | 40.95 | 0.88 | 0.28 |
| Hex | 87 | 5F | 9 | 0 | 1E | 5D | 2F | 29 | 58 | 1C |
| Octal | 207 | 137 | 11 | 0 | 36 | 135 | 57 | 51 | 130 | 34 |
| Binary | 10000111 | 1011111 | 1001 | 0 | 11110 | 1011101 | 101111 | 101001 | 1011000 | 11100 |
Color Harmonies of #875F09
Complementary color
Monochromatic Colors of #875F09
Black with #875F09
Text Example
Text Example
White with #875F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875F09; }
p { color: rgb(135,95,9); }
H1.HeaderClassName
{
color: #875F09;
}
.AnyTagClassName
{
color: #875F09;
}
</style>
background-color css
<style>
a { background-color: #875F09; }
a { background-color: rgb(135,95,9); }
div.DivClassName
{
background-color: #875F09;
}
.BgClassName
{
background-color: #875F09;
}
</style>
border-color css
<style>
span { border-color: #875F09; }
span { border-color: rgb(135,95,9); }
td.TdClassName
{
border-color: #875F09;
}
.TagClassName
{
border-color: #875F09;
}
</style>