Shades of Rich Gold #9F4715
Tints of Rich Gold #9F4715
RGB
CMYK
RGB Variations
Color information
#9F4715 (or 0x9F4715) is known color: Rich Gold. HEX triplet: 9F, 47 and 15. RGB value is (159,71,21). Sum of RGB (Red+Green+Blue) = 159+71+21=251 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.35% from 251); Green value is 71 (28.12% from 255 or 28.29% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4715 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4715 is #60B8EA. Grayscale: #5B5B5B. Windows color (decimal): -6338795 or 1394591. OLE color: 1394591.
HSL color Cylindrical-coordinate representation of color #9F4715: hue angle of 21.74º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9F4715 is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 71 | 21 | - |
| CMYK | 0 | 0.55 | 0.87 | 0.38 |
| HSL | 21.74º | 0.77% | 0.35% | - |
| HSV(B) | 21.74º | 0.87% | 0.62% | - |
| XYZ | 16.69 | 11.93 | 2.13 | - |
| YUV | 91.61 | 88.15 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 71 | 21 | 0 | 0.55 | 0.87 | 0.38 | 21.74 | 0.77 | 0.35 |
| Hex | 9F | 47 | 15 | 0 | 37 | 57 | 26 | 16 | 4D | 23 |
| Octal | 237 | 107 | 25 | 0 | 67 | 127 | 46 | 26 | 115 | 43 |
| Binary | 10011111 | 1000111 | 10101 | 0 | 110111 | 1010111 | 100110 | 10110 | 1001101 | 100011 |
Color Harmonies of #9F4715
Complementary color
Monochromatic Colors of #9F4715
Black with #9F4715
Text Example
Text Example
White with #9F4715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4715; }
p { color: rgb(159,71,21); }
H1.HeaderClassName
{
color: #9F4715;
}
.AnyTagClassName
{
color: #9F4715;
}
</style>
background-color css
<style>
a { background-color: #9F4715; }
a { background-color: rgb(159,71,21); }
div.DivClassName
{
background-color: #9F4715;
}
.BgClassName
{
background-color: #9F4715;
}
</style>
border-color css
<style>
span { border-color: #9F4715; }
span { border-color: rgb(159,71,21); }
td.TdClassName
{
border-color: #9F4715;
}
.TagClassName
{
border-color: #9F4715;
}
</style>