Shades of Rich Gold #9F4A19
Tints of Rich Gold #9F4A19
RGB
CMYK
RGB Variations
Color information
#9F4A19 (or 0x9F4A19) is known color: Rich Gold. HEX triplet: 9F, 4A and 19. RGB value is (159,74,25). Sum of RGB (Red+Green+Blue) = 159+74+25=258 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.63% from 258); Green value is 74 (29.30% from 255 or 28.68% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4A19 is #60B5E6. Grayscale: #5E5E5E. Windows color (decimal): -6338023 or 1657503. OLE color: 1657503.
HSL color Cylindrical-coordinate representation of color #9F4A19: hue angle of 21.94º 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 #9F4A19 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 74 | 25 | - |
| CMYK | 0 | 0.53 | 0.84 | 0.38 |
| HSL | 21.94º | 0.73% | 0.36% | - |
| HSV(B) | 21.94º | 0.84% | 0.62% | - |
| XYZ | 16.92 | 12.34 | 2.41 | - |
| YUV | 93.83 | 89.16 | 174.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 74 | 25 | 0 | 0.53 | 0.84 | 0.38 | 21.94 | 0.73 | 0.36 |
| Hex | 9F | 4A | 19 | 0 | 35 | 54 | 26 | 16 | 49 | 24 |
| Octal | 237 | 112 | 31 | 0 | 65 | 124 | 46 | 26 | 111 | 44 |
| Binary | 10011111 | 1001010 | 11001 | 0 | 110101 | 1010100 | 100110 | 10110 | 1001001 | 100100 |
Color Harmonies of #9F4A19
Complementary color
Monochromatic Colors of #9F4A19
Black with #9F4A19
Text Example
Text Example
White with #9F4A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4A19; }
p { color: rgb(159,74,25); }
H1.HeaderClassName
{
color: #9F4A19;
}
.AnyTagClassName
{
color: #9F4A19;
}
</style>
background-color css
<style>
a { background-color: #9F4A19; }
a { background-color: rgb(159,74,25); }
div.DivClassName
{
background-color: #9F4A19;
}
.BgClassName
{
background-color: #9F4A19;
}
</style>
border-color css
<style>
span { border-color: #9F4A19; }
span { border-color: rgb(159,74,25); }
td.TdClassName
{
border-color: #9F4A19;
}
.TagClassName
{
border-color: #9F4A19;
}
</style>