Shades of Rich Gold #9F4914
Tints of Rich Gold #9F4914
RGB
CMYK
RGB Variations
Color information
#9F4914 (or 0x9F4914) is known color: Rich Gold. HEX triplet: 9F, 49 and 14. RGB value is (159,73,20). Sum of RGB (Red+Green+Blue) = 159+73+20=252 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.10% from 252); Green value is 73 (28.91% from 255 or 28.97% from 252); Blue value is 20 (8.20% from 255 or 7.94% from 252); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F4914 is #60B6EB. Grayscale: #5C5C5C. Windows color (decimal): -6338284 or 1329567. OLE color: 1329567.
HSL color Cylindrical-coordinate representation of color #9F4914: hue angle of 22.88º degrees, saturation: 0.78, 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 #9F4914 is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 73 | 20 | - |
| CMYK | 0 | 0.54 | 0.87 | 0.38 |
| HSL | 22.88º | 0.78% | 0.35% | - |
| HSV(B) | 22.88º | 0.87% | 0.62% | - |
| XYZ | 16.81 | 12.19 | 2.13 | - |
| YUV | 92.67 | 86.99 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 73 | 20 | 0 | 0.54 | 0.87 | 0.38 | 22.88 | 0.78 | 0.35 |
| Hex | 9F | 49 | 14 | 0 | 36 | 57 | 26 | 17 | 4E | 23 |
| Octal | 237 | 111 | 24 | 0 | 66 | 127 | 46 | 27 | 116 | 43 |
| Binary | 10011111 | 1001001 | 10100 | 0 | 110110 | 1010111 | 100110 | 10111 | 1001110 | 100011 |
Color Harmonies of #9F4914
Complementary color
Monochromatic Colors of #9F4914
Black with #9F4914
Text Example
Text Example
White with #9F4914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4914; }
p { color: rgb(159,73,20); }
H1.HeaderClassName
{
color: #9F4914;
}
.AnyTagClassName
{
color: #9F4914;
}
</style>
background-color css
<style>
a { background-color: #9F4914; }
a { background-color: rgb(159,73,20); }
div.DivClassName
{
background-color: #9F4914;
}
.BgClassName
{
background-color: #9F4914;
}
</style>
border-color css
<style>
span { border-color: #9F4914; }
span { border-color: rgb(159,73,20); }
td.TdClassName
{
border-color: #9F4914;
}
.TagClassName
{
border-color: #9F4914;
}
</style>