Shades of Rich Gold #994920
Tints of Rich Gold #994920
RGB
CMYK
RGB Variations
Color information
#994920 (or 0x994920) is known color: Rich Gold. HEX triplet: 99, 49 and 20. RGB value is (153,73,32). Sum of RGB (Red+Green+Blue) = 153+73+32=258 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.30% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 32 (12.89% from 255 or 12.40% from 258); Max value from RGB is 153 - color contains mainly: red. Hex color #994920 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #994920 is #66B6DF. Grayscale: #5C5C5C. Windows color (decimal): -6731488 or 2115993. OLE color: 2115993.
HSL color Cylindrical-coordinate representation of color #994920: hue angle of 20.33º 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 #994920 is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 73 | 32 | - |
| CMYK | 0 | 0.52 | 0.79 | 0.4 |
| HSL | 20.33º | 0.65% | 0.36% | - |
| HSV(B) | 20.33º | 0.79% | 0.6% | - |
| XYZ | 15.78 | 11.64 | 2.78 | - |
| YUV | 92.25 | 94 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 73 | 32 | 0 | 0.52 | 0.79 | 0.4 | 20.33 | 0.65 | 0.36 |
| Hex | 99 | 49 | 20 | 0 | 34 | 4F | 28 | 14 | 41 | 24 |
| Octal | 231 | 111 | 40 | 0 | 64 | 117 | 50 | 24 | 101 | 44 |
| Binary | 10011001 | 1001001 | 100000 | 0 | 110100 | 1001111 | 101000 | 10100 | 1000001 | 100100 |
Color Harmonies of #994920
Complementary color
Monochromatic Colors of #994920
Black with #994920
Text Example
Text Example
White with #994920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #994920; }
p { color: rgb(153,73,32); }
H1.HeaderClassName
{
color: #994920;
}
.AnyTagClassName
{
color: #994920;
}
</style>
background-color css
<style>
a { background-color: #994920; }
a { background-color: rgb(153,73,32); }
div.DivClassName
{
background-color: #994920;
}
.BgClassName
{
background-color: #994920;
}
</style>
border-color css
<style>
span { border-color: #994920; }
span { border-color: rgb(153,73,32); }
td.TdClassName
{
border-color: #994920;
}
.TagClassName
{
border-color: #994920;
}
</style>