Shades of Golden Brown #875C15
Tints of Golden Brown #875C15
RGB
CMYK
RGB Variations
Color information
#875C15 (or 0x875C15) is known color: Golden Brown. HEX triplet: 87, 5C and 15. RGB value is (135,92,21). Sum of RGB (Red+Green+Blue) = 135+92+21=248 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.44% from 248); Green value is 92 (36.33% from 255 or 37.10% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 135 - color contains mainly: red. Hex color #875C15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875C15 is #78A3EA. Grayscale: #616161. Windows color (decimal): -7906283 or 1399943. OLE color: 1399943.
HSL color Cylindrical-coordinate representation of color #875C15: hue angle of 37.37º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #875C15 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 92 | 21 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.47 |
| HSL | 37.37º | 0.73% | 0.31% | - |
| HSV(B) | 37.37º | 0.84% | 0.53% | - |
| XYZ | 13.95 | 12.86 | 2.46 | - |
| YUV | 96.76 | 85.25 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 92 | 21 | 0 | 0.32 | 0.84 | 0.47 | 37.37 | 0.73 | 0.31 |
| Hex | 87 | 5C | 15 | 0 | 20 | 54 | 2F | 25 | 49 | 1F |
| Octal | 207 | 134 | 25 | 0 | 40 | 124 | 57 | 45 | 111 | 37 |
| Binary | 10000111 | 1011100 | 10101 | 0 | 100000 | 1010100 | 101111 | 100101 | 1001001 | 11111 |
Color Harmonies of #875C15
Complementary color
Monochromatic Colors of #875C15
Black with #875C15
Text Example
Text Example
White with #875C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875C15; }
p { color: rgb(135,92,21); }
H1.HeaderClassName
{
color: #875C15;
}
.AnyTagClassName
{
color: #875C15;
}
</style>
background-color css
<style>
a { background-color: #875C15; }
a { background-color: rgb(135,92,21); }
div.DivClassName
{
background-color: #875C15;
}
.BgClassName
{
background-color: #875C15;
}
</style>
border-color css
<style>
span { border-color: #875C15; }
span { border-color: rgb(135,92,21); }
td.TdClassName
{
border-color: #875C15;
}
.TagClassName
{
border-color: #875C15;
}
</style>