Shades of Golden Brown #987013
Tints of Golden Brown #987013
RGB
CMYK
RGB Variations
Color information
#987013 (or 0x987013) is known color: Golden Brown. HEX triplet: 98, 70 and 13. RGB value is (152,112,19). Sum of RGB (Red+Green+Blue) = 152+112+19=283 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.71% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 152 - color contains mainly: red. Hex color #987013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987013 is #678FEC. Grayscale: #717171. Windows color (decimal): -6787053 or 1274008. OLE color: 1274008.
HSL color Cylindrical-coordinate representation of color #987013: hue angle of 41.95º 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 #987013 is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 112 | 19 | - |
| CMYK | 0 | 0.26 | 0.87 | 0.40 |
| HSL | 41.95º | 0.78% | 0.34% | - |
| HSV(B) | 41.95º | 0.88% | 0.6% | - |
| XYZ | 18.86 | 18.31 | 3.16 | - |
| YUV | 113.36 | 74.75 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 112 | 19 | 0 | 0.26 | 0.87 | 0.40 | 41.95 | 0.78 | 0.34 |
| Hex | 98 | 70 | 13 | 0 | 1A | 57 | 28 | 2A | 4E | 22 |
| Octal | 230 | 160 | 23 | 0 | 32 | 127 | 50 | 52 | 116 | 42 |
| Binary | 10011000 | 1110000 | 10011 | 0 | 11010 | 1010111 | 101000 | 101010 | 1001110 | 100010 |
Color Harmonies of #987013
Complementary color
Monochromatic Colors of #987013
Black with #987013
Text Example
Text Example
White with #987013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987013; }
p { color: rgb(152,112,19); }
H1.HeaderClassName
{
color: #987013;
}
.AnyTagClassName
{
color: #987013;
}
</style>
background-color css
<style>
a { background-color: #987013; }
a { background-color: rgb(152,112,19); }
div.DivClassName
{
background-color: #987013;
}
.BgClassName
{
background-color: #987013;
}
</style>
border-color css
<style>
span { border-color: #987013; }
span { border-color: rgb(152,112,19); }
td.TdClassName
{
border-color: #987013;
}
.TagClassName
{
border-color: #987013;
}
</style>