Shades of Golden Brown #987304
Tints of Golden Brown #987304
RGB
CMYK
RGB Variations
Color information
#987304 (or 0x987304) is known color: Golden Brown. HEX triplet: 98, 73 and 04. RGB value is (152,115,4). Sum of RGB (Red+Green+Blue) = 152+115+4=271 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.09% from 271); Green value is 115 (45.31% from 255 or 42.44% from 271); Blue value is 4 (1.95% from 255 or 1.48% from 271); Max value from RGB is 152 - color contains mainly: red. Hex color #987304 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #987304 is #678CFB. Grayscale: #717171. Windows color (decimal): -6786300 or 291736. OLE color: 291736.
HSL color Cylindrical-coordinate representation of color #987304: hue angle of 45º 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 #987304 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 115 | 4 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.40 |
| HSL | 45º | 0.95% | 0.31% | - |
| HSV(B) | 45º | 0.97% | 0.6% | - |
| XYZ | 19.1 | 18.95 | 2.76 | - |
| YUV | 113.41 | 66.26 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 115 | 4 | 0 | 0.24 | 0.97 | 0.40 | 45 | 0.95 | 0.31 |
| Hex | 98 | 73 | 4 | 0 | 18 | 61 | 28 | 2D | 5F | 1F |
| Octal | 230 | 163 | 4 | 0 | 30 | 141 | 50 | 55 | 137 | 37 |
| Binary | 10011000 | 1110011 | 100 | 0 | 11000 | 1100001 | 101000 | 101101 | 1011111 | 11111 |
Color Harmonies of #987304
Complementary color
Monochromatic Colors of #987304
Black with #987304
Text Example
Text Example
White with #987304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987304; }
p { color: rgb(152,115,4); }
H1.HeaderClassName
{
color: #987304;
}
.AnyTagClassName
{
color: #987304;
}
</style>
background-color css
<style>
a { background-color: #987304; }
a { background-color: rgb(152,115,4); }
div.DivClassName
{
background-color: #987304;
}
.BgClassName
{
background-color: #987304;
}
</style>
border-color css
<style>
span { border-color: #987304; }
span { border-color: rgb(152,115,4); }
td.TdClassName
{
border-color: #987304;
}
.TagClassName
{
border-color: #987304;
}
</style>