Shades of Golden Brown #987113
Tints of Golden Brown #987113
RGB
CMYK
RGB Variations
Color information
#987113 (or 0x987113) is known color: Golden Brown. HEX triplet: 98, 71 and 13. RGB value is (152,113,19). Sum of RGB (Red+Green+Blue) = 152+113+19=284 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.52% from 284); Green value is 113 (44.53% from 255 or 39.79% from 284); Blue value is 19 (7.81% from 255 or 6.69% from 284); Max value from RGB is 152 - color contains mainly: red. Hex color #987113 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987113 is #678EEC. Grayscale: #727272. Windows color (decimal): -6786797 or 1274264. OLE color: 1274264.
HSL color Cylindrical-coordinate representation of color #987113: hue angle of 42.41º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #987113 is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 113 | 19 | - |
| CMYK | 0 | 0.26 | 0.87 | 0.40 |
| HSL | 42.41º | 0.78% | 0.34% | - |
| HSV(B) | 42.41º | 0.88% | 0.6% | - |
| XYZ | 18.97 | 18.53 | 3.19 | - |
| YUV | 113.95 | 74.42 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 113 | 19 | 0 | 0.26 | 0.87 | 0.40 | 42.41 | 0.78 | 0.34 |
| Hex | 98 | 71 | 13 | 0 | 1A | 57 | 28 | 2A | 4E | 22 |
| Octal | 230 | 161 | 23 | 0 | 32 | 127 | 50 | 52 | 116 | 42 |
| Binary | 10011000 | 1110001 | 10011 | 0 | 11010 | 1010111 | 101000 | 101010 | 1001110 | 100010 |
Color Harmonies of #987113
Complementary color
Monochromatic Colors of #987113
Black with #987113
Text Example
Text Example
White with #987113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987113; }
p { color: rgb(152,113,19); }
H1.HeaderClassName
{
color: #987113;
}
.AnyTagClassName
{
color: #987113;
}
</style>
background-color css
<style>
a { background-color: #987113; }
a { background-color: rgb(152,113,19); }
div.DivClassName
{
background-color: #987113;
}
.BgClassName
{
background-color: #987113;
}
</style>
border-color css
<style>
span { border-color: #987113; }
span { border-color: rgb(152,113,19); }
td.TdClassName
{
border-color: #987113;
}
.TagClassName
{
border-color: #987113;
}
</style>