Shades of Golden Brown #875C05
Tints of Golden Brown #875C05
RGB
CMYK
RGB Variations
Color information
#875C05 (or 0x875C05) is known color: Golden Brown. HEX triplet: 87, 5C and 05. RGB value is (135,92,5). Sum of RGB (Red+Green+Blue) = 135+92+5=232 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.19% from 232); Green value is 92 (36.33% from 255 or 39.66% from 232); Blue value is 5 (2.34% from 255 or 2.16% from 232); Max value from RGB is 135 - color contains mainly: red. Hex color #875C05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875C05 is #78A3FA. Grayscale: #5F5F5F. Windows color (decimal): -7906299 or 351367. OLE color: 351367.
HSL color Cylindrical-coordinate representation of color #875C05: hue angle of 40.15º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #875C05 is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 92 | 5 | - |
| CMYK | 0 | 0.32 | 0.96 | 0.47 |
| HSL | 40.15º | 0.93% | 0.27% | - |
| HSV(B) | 40.15º | 0.96% | 0.53% | - |
| XYZ | 13.85 | 12.82 | 1.89 | - |
| YUV | 94.94 | 77.25 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 92 | 5 | 0 | 0.32 | 0.96 | 0.47 | 40.15 | 0.93 | 0.27 |
| Hex | 87 | 5C | 5 | 0 | 20 | 60 | 2F | 28 | 5D | 1B |
| Octal | 207 | 134 | 5 | 0 | 40 | 140 | 57 | 50 | 135 | 33 |
| Binary | 10000111 | 1011100 | 101 | 0 | 100000 | 1100000 | 101111 | 101000 | 1011101 | 11011 |
Color Harmonies of #875C05
Complementary color
Monochromatic Colors of #875C05
Black with #875C05
Text Example
Text Example
White with #875C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875C05; }
p { color: rgb(135,92,5); }
H1.HeaderClassName
{
color: #875C05;
}
.AnyTagClassName
{
color: #875C05;
}
</style>
background-color css
<style>
a { background-color: #875C05; }
a { background-color: rgb(135,92,5); }
div.DivClassName
{
background-color: #875C05;
}
.BgClassName
{
background-color: #875C05;
}
</style>
border-color css
<style>
span { border-color: #875C05; }
span { border-color: rgb(135,92,5); }
td.TdClassName
{
border-color: #875C05;
}
.TagClassName
{
border-color: #875C05;
}
</style>