Shades of Rich Gold #9D4A18
Tints of Rich Gold #9D4A18
RGB
CMYK
RGB Variations
Color information
#9D4A18 (or 0x9D4A18) is known color: Rich Gold. HEX triplet: 9D, 4A and 18. RGB value is (157,74,24). Sum of RGB (Red+Green+Blue) = 157+74+24=255 (33% of max value = 765). Red value is 157 (61.72% from 255 or 61.57% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D4A18 is #62B5E7. Grayscale: #5D5D5D. Windows color (decimal): -6469096 or 1591965. OLE color: 1591965.
HSL color Cylindrical-coordinate representation of color #9D4A18: hue angle of 22.56º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9D4A18 is Cyan = 0, Magento = 0.53, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 74 | 24 | - |
| CMYK | 0 | 0.53 | 0.85 | 0.38 |
| HSL | 22.56º | 0.73% | 0.35% | - |
| HSV(B) | 22.56º | 0.85% | 0.62% | - |
| XYZ | 16.52 | 12.13 | 2.34 | - |
| YUV | 93.12 | 89 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 74 | 24 | 0 | 0.53 | 0.85 | 0.38 | 22.56 | 0.73 | 0.35 |
| Hex | 9D | 4A | 18 | 0 | 35 | 55 | 26 | 17 | 49 | 23 |
| Octal | 235 | 112 | 30 | 0 | 65 | 125 | 46 | 27 | 111 | 43 |
| Binary | 10011101 | 1001010 | 11000 | 0 | 110101 | 1010101 | 100110 | 10111 | 1001001 | 100011 |
Color Harmonies of #9D4A18
Complementary color
Monochromatic Colors of #9D4A18
Black with #9D4A18
Text Example
Text Example
White with #9D4A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4A18; }
p { color: rgb(157,74,24); }
H1.HeaderClassName
{
color: #9D4A18;
}
.AnyTagClassName
{
color: #9D4A18;
}
</style>
background-color css
<style>
a { background-color: #9D4A18; }
a { background-color: rgb(157,74,24); }
div.DivClassName
{
background-color: #9D4A18;
}
.BgClassName
{
background-color: #9D4A18;
}
</style>
border-color css
<style>
span { border-color: #9D4A18; }
span { border-color: rgb(157,74,24); }
td.TdClassName
{
border-color: #9D4A18;
}
.TagClassName
{
border-color: #9D4A18;
}
</style>