Shades of Golden Brown #987314
Tints of Golden Brown #987314
RGB
CMYK
RGB Variations
Color information
#987314 (or 0x987314) is known color: Golden Brown. HEX triplet: 98, 73 and 14. RGB value is (152,115,20). Sum of RGB (Red+Green+Blue) = 152+115+20=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 115 (45.31% from 255 or 40.07% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #987314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987314 is #678CEB. Grayscale: #737373. Windows color (decimal): -6786284 or 1340312. OLE color: 1340312.
HSL color Cylindrical-coordinate representation of color #987314: hue angle of 43.18º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #987314 is Cyan = 0, Magento = 0.24, Yellow = 0.87 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 115 | 20 | - |
| CMYK | 0 | 0.24 | 0.87 | 0.40 |
| HSL | 43.18º | 0.77% | 0.34% | - |
| HSV(B) | 43.18º | 0.87% | 0.6% | - |
| XYZ | 19.21 | 18.99 | 3.31 | - |
| YUV | 115.23 | 74.26 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 115 | 20 | 0 | 0.24 | 0.87 | 0.40 | 43.18 | 0.77 | 0.34 |
| Hex | 98 | 73 | 14 | 0 | 18 | 57 | 28 | 2B | 4D | 22 |
| Octal | 230 | 163 | 24 | 0 | 30 | 127 | 50 | 53 | 115 | 42 |
| Binary | 10011000 | 1110011 | 10100 | 0 | 11000 | 1010111 | 101000 | 101011 | 1001101 | 100010 |
Color Harmonies of #987314
Complementary color
Monochromatic Colors of #987314
Black with #987314
Text Example
Text Example
White with #987314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987314; }
p { color: rgb(152,115,20); }
H1.HeaderClassName
{
color: #987314;
}
.AnyTagClassName
{
color: #987314;
}
</style>
background-color css
<style>
a { background-color: #987314; }
a { background-color: rgb(152,115,20); }
div.DivClassName
{
background-color: #987314;
}
.BgClassName
{
background-color: #987314;
}
</style>
border-color css
<style>
span { border-color: #987314; }
span { border-color: rgb(152,115,20); }
td.TdClassName
{
border-color: #987314;
}
.TagClassName
{
border-color: #987314;
}
</style>