Shades of Golden Brown #875C07
Tints of Golden Brown #875C07
RGB
CMYK
RGB Variations
Color information
#875C07 (or 0x875C07) is known color: Golden Brown. HEX triplet: 87, 5C and 07. RGB value is (135,92,7). Sum of RGB (Red+Green+Blue) = 135+92+7=234 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.69% from 234); Green value is 92 (36.33% from 255 or 39.32% from 234); Blue value is 7 (3.12% from 255 or 2.99% from 234); Max value from RGB is 135 - color contains mainly: red. Hex color #875C07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875C07 is #78A3F8. Grayscale: #5F5F5F. Windows color (decimal): -7906297 or 482439. OLE color: 482439.
HSL color Cylindrical-coordinate representation of color #875C07: hue angle of 39.84º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #875C07 is Cyan = 0, Magento = 0.32, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 92 | 7 | - |
| CMYK | 0 | 0.32 | 0.95 | 0.47 |
| HSL | 39.84º | 0.9% | 0.28% | - |
| HSV(B) | 39.84º | 0.95% | 0.53% | - |
| XYZ | 13.86 | 12.82 | 1.95 | - |
| YUV | 95.17 | 78.25 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 92 | 7 | 0 | 0.32 | 0.95 | 0.47 | 39.84 | 0.9 | 0.28 |
| Hex | 87 | 5C | 7 | 0 | 20 | 5F | 2F | 28 | 5A | 1C |
| Octal | 207 | 134 | 7 | 0 | 40 | 137 | 57 | 50 | 132 | 34 |
| Binary | 10000111 | 1011100 | 111 | 0 | 100000 | 1011111 | 101111 | 101000 | 1011010 | 11100 |
Color Harmonies of #875C07
Complementary color
Monochromatic Colors of #875C07
Black with #875C07
Text Example
Text Example
White with #875C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875C07; }
p { color: rgb(135,92,7); }
H1.HeaderClassName
{
color: #875C07;
}
.AnyTagClassName
{
color: #875C07;
}
</style>
background-color css
<style>
a { background-color: #875C07; }
a { background-color: rgb(135,92,7); }
div.DivClassName
{
background-color: #875C07;
}
.BgClassName
{
background-color: #875C07;
}
</style>
border-color css
<style>
span { border-color: #875C07; }
span { border-color: rgb(135,92,7); }
td.TdClassName
{
border-color: #875C07;
}
.TagClassName
{
border-color: #875C07;
}
</style>