Shades of Golden Brown #875C13
Tints of Golden Brown #875C13
RGB
CMYK
RGB Variations
Color information
#875C13 (or 0x875C13) is known color: Golden Brown. HEX triplet: 87, 5C and 13. RGB value is (135,92,19). Sum of RGB (Red+Green+Blue) = 135+92+19=246 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.88% from 246); Green value is 92 (36.33% from 255 or 37.40% from 246); Blue value is 19 (7.81% from 255 or 7.72% from 246); Max value from RGB is 135 - color contains mainly: red. Hex color #875C13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875C13 is #78A3EC. Grayscale: #606060. Windows color (decimal): -7906285 or 1268871. OLE color: 1268871.
HSL color Cylindrical-coordinate representation of color #875C13: hue angle of 37.76º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #875C13 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 92 | 19 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.47 |
| HSL | 37.76º | 0.75% | 0.3% | - |
| HSV(B) | 37.76º | 0.86% | 0.53% | - |
| XYZ | 13.94 | 12.85 | 2.36 | - |
| YUV | 96.54 | 84.25 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 92 | 19 | 0 | 0.32 | 0.86 | 0.47 | 37.76 | 0.75 | 0.3 |
| Hex | 87 | 5C | 13 | 0 | 20 | 56 | 2F | 26 | 4B | 1E |
| Octal | 207 | 134 | 23 | 0 | 40 | 126 | 57 | 46 | 113 | 36 |
| Binary | 10000111 | 1011100 | 10011 | 0 | 100000 | 1010110 | 101111 | 100110 | 1001011 | 11110 |
Color Harmonies of #875C13
Complementary color
Monochromatic Colors of #875C13
Black with #875C13
Text Example
Text Example
White with #875C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875C13; }
p { color: rgb(135,92,19); }
H1.HeaderClassName
{
color: #875C13;
}
.AnyTagClassName
{
color: #875C13;
}
</style>
background-color css
<style>
a { background-color: #875C13; }
a { background-color: rgb(135,92,19); }
div.DivClassName
{
background-color: #875C13;
}
.BgClassName
{
background-color: #875C13;
}
</style>
border-color css
<style>
span { border-color: #875C13; }
span { border-color: rgb(135,92,19); }
td.TdClassName
{
border-color: #875C13;
}
.TagClassName
{
border-color: #875C13;
}
</style>