Shades of Rich Gold #9D4620
Tints of Rich Gold #9D4620
RGB
CMYK
RGB Variations
Color information
#9D4620 (or 0x9D4620) is known color: Rich Gold. HEX triplet: 9D, 46 and 20. RGB value is (157,70,32). Sum of RGB (Red+Green+Blue) = 157+70+32=259 (34% of max value = 765). Red value is 157 (61.72% from 255 or 60.62% from 259); Green value is 70 (27.73% from 255 or 27.03% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4620 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D4620 is #62B9DF. Grayscale: #5B5B5B. Windows color (decimal): -6470112 or 2115229. OLE color: 2115229.
HSL color Cylindrical-coordinate representation of color #9D4620: hue angle of 18.24º 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 #9D4620 is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 70 | 32 | - |
| CMYK | 0 | 0.55 | 0.80 | 0.38 |
| HSL | 18.24º | 0.66% | 0.37% | - |
| HSV(B) | 18.24º | 0.8% | 0.62% | - |
| XYZ | 16.36 | 11.65 | 2.75 | - |
| YUV | 91.68 | 94.32 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 70 | 32 | 0 | 0.55 | 0.80 | 0.38 | 18.24 | 0.66 | 0.37 |
| Hex | 9D | 46 | 20 | 0 | 37 | 50 | 26 | 12 | 42 | 25 |
| Octal | 235 | 106 | 40 | 0 | 67 | 120 | 46 | 22 | 102 | 45 |
| Binary | 10011101 | 1000110 | 100000 | 0 | 110111 | 1010000 | 100110 | 10010 | 1000010 | 100101 |
Color Harmonies of #9D4620
Complementary color
Monochromatic Colors of #9D4620
Black with #9D4620
Text Example
Text Example
White with #9D4620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4620; }
p { color: rgb(157,70,32); }
H1.HeaderClassName
{
color: #9D4620;
}
.AnyTagClassName
{
color: #9D4620;
}
</style>
background-color css
<style>
a { background-color: #9D4620; }
a { background-color: rgb(157,70,32); }
div.DivClassName
{
background-color: #9D4620;
}
.BgClassName
{
background-color: #9D4620;
}
</style>
border-color css
<style>
span { border-color: #9D4620; }
span { border-color: rgb(157,70,32); }
td.TdClassName
{
border-color: #9D4620;
}
.TagClassName
{
border-color: #9D4620;
}
</style>