Shades of Rich Gold #9F4819
Tints of Rich Gold #9F4819
RGB
CMYK
RGB Variations
Color information
#9F4819 (or 0x9F4819) is known color: Rich Gold. HEX triplet: 9F, 48 and 19. RGB value is (159,72,25). Sum of RGB (Red+Green+Blue) = 159+72+25=256 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.11% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 25 (10.16% from 255 or 9.77% from 256); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4819 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4819 is #60B7E6. Grayscale: #5C5C5C. Windows color (decimal): -6338535 or 1656991. OLE color: 1656991.
HSL color Cylindrical-coordinate representation of color #9F4819: hue angle of 21.04º 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 #9F4819 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 72 | 25 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.38 |
| HSL | 21.04º | 0.73% | 0.36% | - |
| HSV(B) | 21.04º | 0.84% | 0.62% | - |
| XYZ | 16.79 | 12.08 | 2.37 | - |
| YUV | 92.66 | 89.82 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 72 | 25 | 0 | 0.55 | 0.84 | 0.38 | 21.04 | 0.73 | 0.36 |
| Hex | 9F | 48 | 19 | 0 | 37 | 54 | 26 | 15 | 49 | 24 |
| Octal | 237 | 110 | 31 | 0 | 67 | 124 | 46 | 25 | 111 | 44 |
| Binary | 10011111 | 1001000 | 11001 | 0 | 110111 | 1010100 | 100110 | 10101 | 1001001 | 100100 |
Color Harmonies of #9F4819
Complementary color
Monochromatic Colors of #9F4819
Black with #9F4819
Text Example
Text Example
White with #9F4819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4819; }
p { color: rgb(159,72,25); }
H1.HeaderClassName
{
color: #9F4819;
}
.AnyTagClassName
{
color: #9F4819;
}
</style>
background-color css
<style>
a { background-color: #9F4819; }
a { background-color: rgb(159,72,25); }
div.DivClassName
{
background-color: #9F4819;
}
.BgClassName
{
background-color: #9F4819;
}
</style>
border-color css
<style>
span { border-color: #9F4819; }
span { border-color: rgb(159,72,25); }
td.TdClassName
{
border-color: #9F4819;
}
.TagClassName
{
border-color: #9F4819;
}
</style>