Shades of Golden Brown #875F12
Tints of Golden Brown #875F12
RGB
CMYK
RGB Variations
Color information
#875F12 (or 0x875F12) is known color: Golden Brown. HEX triplet: 87, 5F and 12. RGB value is (135,95,18). Sum of RGB (Red+Green+Blue) = 135+95+18=248 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.44% from 248); Green value is 95 (37.5% from 255 or 38.31% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 135 - color contains mainly: red. Hex color #875F12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #875F12 is #78A0ED. Grayscale: #626262. Windows color (decimal): -7905518 or 1204103. OLE color: 1204103.
HSL color Cylindrical-coordinate representation of color #875F12: hue angle of 39.49º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #875F12 is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 95 | 18 | - |
| CMYK | 0 | 0.30 | 0.87 | 0.47 |
| HSL | 39.49º | 0.76% | 0.3% | - |
| HSV(B) | 39.49º | 0.87% | 0.53% | - |
| XYZ | 14.19 | 13.38 | 2.41 | - |
| YUV | 98.18 | 82.75 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 95 | 18 | 0 | 0.30 | 0.87 | 0.47 | 39.49 | 0.76 | 0.3 |
| Hex | 87 | 5F | 12 | 0 | 1E | 57 | 2F | 27 | 4C | 1E |
| Octal | 207 | 137 | 22 | 0 | 36 | 127 | 57 | 47 | 114 | 36 |
| Binary | 10000111 | 1011111 | 10010 | 0 | 11110 | 1010111 | 101111 | 100111 | 1001100 | 11110 |
Color Harmonies of #875F12
Complementary color
Monochromatic Colors of #875F12
Black with #875F12
Text Example
Text Example
White with #875F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875F12; }
p { color: rgb(135,95,18); }
H1.HeaderClassName
{
color: #875F12;
}
.AnyTagClassName
{
color: #875F12;
}
</style>
background-color css
<style>
a { background-color: #875F12; }
a { background-color: rgb(135,95,18); }
div.DivClassName
{
background-color: #875F12;
}
.BgClassName
{
background-color: #875F12;
}
</style>
border-color css
<style>
span { border-color: #875F12; }
span { border-color: rgb(135,95,18); }
td.TdClassName
{
border-color: #875F12;
}
.TagClassName
{
border-color: #875F12;
}
</style>