Shades of Golden Brown #875C08
Tints of Golden Brown #875C08
RGB
CMYK
RGB Variations
Color information
#875C08 (or 0x875C08) is known color: Golden Brown. HEX triplet: 87, 5C and 08. RGB value is (135,92,8). Sum of RGB (Red+Green+Blue) = 135+92+8=235 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.45% from 235); Green value is 92 (36.33% from 255 or 39.15% from 235); Blue value is 8 (3.52% from 255 or 3.40% from 235); Max value from RGB is 135 - color contains mainly: red. Hex color #875C08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875C08 is #78A3F7. Grayscale: #5F5F5F. Windows color (decimal): -7906296 or 547975. OLE color: 547975.
HSL color Cylindrical-coordinate representation of color #875C08: hue angle of 39.69º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #875C08 is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 92 | 8 | - |
| CMYK | 0 | 0.32 | 0.94 | 0.47 |
| HSL | 39.69º | 0.89% | 0.28% | - |
| HSV(B) | 39.69º | 0.94% | 0.53% | - |
| XYZ | 13.86 | 12.82 | 1.97 | - |
| YUV | 95.28 | 78.75 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 92 | 8 | 0 | 0.32 | 0.94 | 0.47 | 39.69 | 0.89 | 0.28 |
| Hex | 87 | 5C | 8 | 0 | 20 | 5E | 2F | 28 | 59 | 1C |
| Octal | 207 | 134 | 10 | 0 | 40 | 136 | 57 | 50 | 131 | 34 |
| Binary | 10000111 | 1011100 | 1000 | 0 | 100000 | 1011110 | 101111 | 101000 | 1011001 | 11100 |
Color Harmonies of #875C08
Complementary color
Monochromatic Colors of #875C08
Black with #875C08
Text Example
Text Example
White with #875C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875C08; }
p { color: rgb(135,92,8); }
H1.HeaderClassName
{
color: #875C08;
}
.AnyTagClassName
{
color: #875C08;
}
</style>
background-color css
<style>
a { background-color: #875C08; }
a { background-color: rgb(135,92,8); }
div.DivClassName
{
background-color: #875C08;
}
.BgClassName
{
background-color: #875C08;
}
</style>
border-color css
<style>
span { border-color: #875C08; }
span { border-color: rgb(135,92,8); }
td.TdClassName
{
border-color: #875C08;
}
.TagClassName
{
border-color: #875C08;
}
</style>