Shades of Rich Gold #9D4A19
Tints of Rich Gold #9D4A19
RGB
CMYK
RGB Variations
Color information
#9D4A19 (or 0x9D4A19) is known color: Rich Gold. HEX triplet: 9D, 4A and 19. RGB value is (157,74,25). Sum of RGB (Red+Green+Blue) = 157+74+25=256 (33% of max value = 765). Red value is 157 (61.72% from 255 or 61.33% from 256); Green value is 74 (29.30% from 255 or 28.91% from 256); Blue value is 25 (10.16% from 255 or 9.77% from 256); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D4A19 is #62B5E6. Grayscale: #5D5D5D. Windows color (decimal): -6469095 or 1657501. OLE color: 1657501.
HSL color Cylindrical-coordinate representation of color #9D4A19: hue angle of 22.27º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9D4A19 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 74 | 25 | - |
| CMYK | 0 | 0.53 | 0.84 | 0.38 |
| HSL | 22.27º | 0.73% | 0.36% | - |
| HSV(B) | 22.27º | 0.84% | 0.62% | - |
| XYZ | 16.53 | 12.14 | 2.39 | - |
| YUV | 93.23 | 89.5 | 173.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 74 | 25 | 0 | 0.53 | 0.84 | 0.38 | 22.27 | 0.73 | 0.36 |
| Hex | 9D | 4A | 19 | 0 | 35 | 54 | 26 | 16 | 49 | 24 |
| Octal | 235 | 112 | 31 | 0 | 65 | 124 | 46 | 26 | 111 | 44 |
| Binary | 10011101 | 1001010 | 11001 | 0 | 110101 | 1010100 | 100110 | 10110 | 1001001 | 100100 |
Color Harmonies of #9D4A19
Complementary color
Monochromatic Colors of #9D4A19
Black with #9D4A19
Text Example
Text Example
White with #9D4A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4A19; }
p { color: rgb(157,74,25); }
H1.HeaderClassName
{
color: #9D4A19;
}
.AnyTagClassName
{
color: #9D4A19;
}
</style>
background-color css
<style>
a { background-color: #9D4A19; }
a { background-color: rgb(157,74,25); }
div.DivClassName
{
background-color: #9D4A19;
}
.BgClassName
{
background-color: #9D4A19;
}
</style>
border-color css
<style>
span { border-color: #9D4A19; }
span { border-color: rgb(157,74,25); }
td.TdClassName
{
border-color: #9D4A19;
}
.TagClassName
{
border-color: #9D4A19;
}
</style>