Shades of Rich Gold #984E20
Tints of Rich Gold #984E20
RGB
CMYK
RGB Variations
Color information
#984E20 (or 0x984E20) is known color: Rich Gold. HEX triplet: 98, 4E and 20. RGB value is (152,78,32). Sum of RGB (Red+Green+Blue) = 152+78+32=262 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.02% from 262); Green value is 78 (30.86% from 255 or 29.77% from 262); Blue value is 32 (12.89% from 255 or 12.21% from 262); Max value from RGB is 152 - color contains mainly: red. Hex color #984E20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #984E20 is #67B1DF. Grayscale: #5F5F5F. Windows color (decimal): -6795744 or 2117272. OLE color: 2117272.
HSL color Cylindrical-coordinate representation of color #984E20: hue angle of 23º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #984E20 is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 78 | 32 | - |
| CMYK | 0 | 0.49 | 0.79 | 0.40 |
| HSL | 23º | 0.65% | 0.36% | - |
| HSV(B) | 23º | 0.79% | 0.6% | - |
| XYZ | 15.93 | 12.23 | 2.89 | - |
| YUV | 94.88 | 92.52 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 78 | 32 | 0 | 0.49 | 0.79 | 0.40 | 23 | 0.65 | 0.36 |
| Hex | 98 | 4E | 20 | 0 | 31 | 4F | 28 | 17 | 41 | 24 |
| Octal | 230 | 116 | 40 | 0 | 61 | 117 | 50 | 27 | 101 | 44 |
| Binary | 10011000 | 1001110 | 100000 | 0 | 110001 | 1001111 | 101000 | 10111 | 1000001 | 100100 |
Color Harmonies of #984E20
Complementary color
Monochromatic Colors of #984E20
Black with #984E20
Text Example
Text Example
White with #984E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984E20; }
p { color: rgb(152,78,32); }
H1.HeaderClassName
{
color: #984E20;
}
.AnyTagClassName
{
color: #984E20;
}
</style>
background-color css
<style>
a { background-color: #984E20; }
a { background-color: rgb(152,78,32); }
div.DivClassName
{
background-color: #984E20;
}
.BgClassName
{
background-color: #984E20;
}
</style>
border-color css
<style>
span { border-color: #984E20; }
span { border-color: rgb(152,78,32); }
td.TdClassName
{
border-color: #984E20;
}
.TagClassName
{
border-color: #984E20;
}
</style>