Shades of Rich Gold #9F491E
Tints of Rich Gold #9F491E
RGB
CMYK
RGB Variations
Color information
#9F491E (or 0x9F491E) is known color: Rich Gold. HEX triplet: 9F, 49 and 1E. RGB value is (159,73,30). Sum of RGB (Red+Green+Blue) = 159+73+30=262 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.69% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 30 (12.11% from 255 or 11.45% from 262); Max value from RGB is 159 - color contains mainly: red. Hex color #9F491E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F491E is #60B6E1. Grayscale: #5E5E5E. Windows color (decimal): -6338274 or 1984927. OLE color: 1984927.
HSL color Cylindrical-coordinate representation of color #9F491E: hue angle of 20º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F491E is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 73 | 30 | - |
| CMYK | 0 | 0.54 | 0.81 | 0.38 |
| HSL | 20º | 0.68% | 0.37% | - |
| HSV(B) | 20º | 0.81% | 0.62% | - |
| XYZ | 16.91 | 12.23 | 2.7 | - |
| YUV | 93.81 | 91.99 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 73 | 30 | 0 | 0.54 | 0.81 | 0.38 | 20 | 0.68 | 0.37 |
| Hex | 9F | 49 | 1E | 0 | 36 | 51 | 26 | 14 | 44 | 25 |
| Octal | 237 | 111 | 36 | 0 | 66 | 121 | 46 | 24 | 104 | 45 |
| Binary | 10011111 | 1001001 | 11110 | 0 | 110110 | 1010001 | 100110 | 10100 | 1000100 | 100101 |
Color Harmonies of #9F491E
Complementary color
Monochromatic Colors of #9F491E
Black with #9F491E
Text Example
Text Example
White with #9F491E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F491E; }
p { color: rgb(159,73,30); }
H1.HeaderClassName
{
color: #9F491E;
}
.AnyTagClassName
{
color: #9F491E;
}
</style>
background-color css
<style>
a { background-color: #9F491E; }
a { background-color: rgb(159,73,30); }
div.DivClassName
{
background-color: #9F491E;
}
.BgClassName
{
background-color: #9F491E;
}
</style>
border-color css
<style>
span { border-color: #9F491E; }
span { border-color: rgb(159,73,30); }
td.TdClassName
{
border-color: #9F491E;
}
.TagClassName
{
border-color: #9F491E;
}
</style>