Shades of Rich Gold #9F4718
Tints of Rich Gold #9F4718
RGB
CMYK
RGB Variations
Color information
#9F4718 (or 0x9F4718) is known color: Rich Gold. HEX triplet: 9F, 47 and 18. RGB value is (159,71,24). Sum of RGB (Red+Green+Blue) = 159+71+24=254 (33% of max value = 765). Red value is 159 (62.5% from 255 or 62.60% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 24 (9.77% from 255 or 9.45% from 254); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4718 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4718 is #60B8E7. Grayscale: #5C5C5C. Windows color (decimal): -6338792 or 1591199. OLE color: 1591199.
HSL color Cylindrical-coordinate representation of color #9F4718: hue angle of 20.89º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9F4718 is Cyan = 0, Magento = 0.55, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 71 | 24 | - |
| CMYK | 0 | 0.55 | 0.85 | 0.38 |
| HSL | 20.89º | 0.74% | 0.36% | - |
| HSV(B) | 20.89º | 0.85% | 0.62% | - |
| XYZ | 16.72 | 11.94 | 2.29 | - |
| YUV | 91.95 | 89.65 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 71 | 24 | 0 | 0.55 | 0.85 | 0.38 | 20.89 | 0.74 | 0.36 |
| Hex | 9F | 47 | 18 | 0 | 37 | 55 | 26 | 15 | 4A | 24 |
| Octal | 237 | 107 | 30 | 0 | 67 | 125 | 46 | 25 | 112 | 44 |
| Binary | 10011111 | 1000111 | 11000 | 0 | 110111 | 1010101 | 100110 | 10101 | 1001010 | 100100 |
Color Harmonies of #9F4718
Complementary color
Monochromatic Colors of #9F4718
Black with #9F4718
Text Example
Text Example
White with #9F4718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4718; }
p { color: rgb(159,71,24); }
H1.HeaderClassName
{
color: #9F4718;
}
.AnyTagClassName
{
color: #9F4718;
}
</style>
background-color css
<style>
a { background-color: #9F4718; }
a { background-color: rgb(159,71,24); }
div.DivClassName
{
background-color: #9F4718;
}
.BgClassName
{
background-color: #9F4718;
}
</style>
border-color css
<style>
span { border-color: #9F4718; }
span { border-color: rgb(159,71,24); }
td.TdClassName
{
border-color: #9F4718;
}
.TagClassName
{
border-color: #9F4718;
}
</style>