Shades of Golden Brown #987404
Tints of Golden Brown #987404
RGB
CMYK
RGB Variations
Color information
#987404 (or 0x987404) is known color: Golden Brown. HEX triplet: 98, 74 and 04. RGB value is (152,116,4). Sum of RGB (Red+Green+Blue) = 152+116+4=272 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.88% from 272); Green value is 116 (45.70% from 255 or 42.65% from 272); Blue value is 4 (1.95% from 255 or 1.47% from 272); Max value from RGB is 152 - color contains mainly: red. Hex color #987404 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987404 is #678BFB. Grayscale: #727272. Windows color (decimal): -6786044 or 291992. OLE color: 291992.
HSL color Cylindrical-coordinate representation of color #987404: hue angle of 45.41º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #987404 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 116 | 4 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.40 |
| HSL | 45.41º | 0.95% | 0.31% | - |
| HSV(B) | 45.41º | 0.97% | 0.6% | - |
| XYZ | 19.22 | 19.17 | 2.8 | - |
| YUV | 114 | 65.93 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 116 | 4 | 0 | 0.24 | 0.97 | 0.40 | 45.41 | 0.95 | 0.31 |
| Hex | 98 | 74 | 4 | 0 | 18 | 61 | 28 | 2D | 5F | 1F |
| Octal | 230 | 164 | 4 | 0 | 30 | 141 | 50 | 55 | 137 | 37 |
| Binary | 10011000 | 1110100 | 100 | 0 | 11000 | 1100001 | 101000 | 101101 | 1011111 | 11111 |
Color Harmonies of #987404
Complementary color
Monochromatic Colors of #987404
Black with #987404
Text Example
Text Example
White with #987404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987404; }
p { color: rgb(152,116,4); }
H1.HeaderClassName
{
color: #987404;
}
.AnyTagClassName
{
color: #987404;
}
</style>
background-color css
<style>
a { background-color: #987404; }
a { background-color: rgb(152,116,4); }
div.DivClassName
{
background-color: #987404;
}
.BgClassName
{
background-color: #987404;
}
</style>
border-color css
<style>
span { border-color: #987404; }
span { border-color: rgb(152,116,4); }
td.TdClassName
{
border-color: #987404;
}
.TagClassName
{
border-color: #987404;
}
</style>