Shades of Rich Gold #9D5420
Tints of Rich Gold #9D5420
RGB
CMYK
RGB Variations
Color information
#9D5420 (or 0x9D5420) is known color: Rich Gold. HEX triplet: 9D, 54 and 20. RGB value is (157,84,32). Sum of RGB (Red+Green+Blue) = 157+84+32=273 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.51% from 273); Green value is 84 (33.20% from 255 or 30.77% from 273); Blue value is 32 (12.89% from 255 or 11.72% from 273); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5420 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5420 is #62ABDF. Grayscale: #646464. Windows color (decimal): -6466528 or 2118813. OLE color: 2118813.
HSL color Cylindrical-coordinate representation of color #9D5420: hue angle of 24.96º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9D5420 is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 84 | 32 | - |
| CMYK | 0 | 0.46 | 0.80 | 0.38 |
| HSL | 24.96º | 0.66% | 0.37% | - |
| HSV(B) | 24.96º | 0.8% | 0.62% | - |
| XYZ | 17.34 | 13.61 | 3.08 | - |
| YUV | 99.9 | 89.68 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 84 | 32 | 0 | 0.46 | 0.80 | 0.38 | 24.96 | 0.66 | 0.37 |
| Hex | 9D | 54 | 20 | 0 | 2E | 50 | 26 | 19 | 42 | 25 |
| Octal | 235 | 124 | 40 | 0 | 56 | 120 | 46 | 31 | 102 | 45 |
| Binary | 10011101 | 1010100 | 100000 | 0 | 101110 | 1010000 | 100110 | 11001 | 1000010 | 100101 |
Color Harmonies of #9D5420
Complementary color
Monochromatic Colors of #9D5420
Black with #9D5420
Text Example
Text Example
White with #9D5420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5420; }
p { color: rgb(157,84,32); }
H1.HeaderClassName
{
color: #9D5420;
}
.AnyTagClassName
{
color: #9D5420;
}
</style>
background-color css
<style>
a { background-color: #9D5420; }
a { background-color: rgb(157,84,32); }
div.DivClassName
{
background-color: #9D5420;
}
.BgClassName
{
background-color: #9D5420;
}
</style>
border-color css
<style>
span { border-color: #9D5420; }
span { border-color: rgb(157,84,32); }
td.TdClassName
{
border-color: #9D5420;
}
.TagClassName
{
border-color: #9D5420;
}
</style>