Shades of Rich Gold #9F491A
Tints of Rich Gold #9F491A
RGB
CMYK
RGB Variations
Color information
#9F491A (or 0x9F491A) is known color: Rich Gold. HEX triplet: 9F, 49 and 1A. RGB value is (159,73,26). Sum of RGB (Red+Green+Blue) = 159+73+26=258 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.63% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 26 (10.55% from 255 or 10.08% from 258); Max value from RGB is 159 - color contains mainly: red. Hex color #9F491A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F491A is #60B6E5. Grayscale: #5D5D5D. Windows color (decimal): -6338278 or 1722783. OLE color: 1722783.
HSL color Cylindrical-coordinate representation of color #9F491A: hue angle of 21.2º degrees, saturation: 0.72, 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 #9F491A is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 73 | 26 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.38 |
| HSL | 21.2º | 0.72% | 0.36% | - |
| HSV(B) | 21.2º | 0.84% | 0.62% | - |
| XYZ | 16.87 | 12.21 | 2.45 | - |
| YUV | 93.36 | 89.99 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 73 | 26 | 0 | 0.54 | 0.84 | 0.38 | 21.2 | 0.72 | 0.36 |
| Hex | 9F | 49 | 1A | 0 | 36 | 54 | 26 | 15 | 48 | 24 |
| Octal | 237 | 111 | 32 | 0 | 66 | 124 | 46 | 25 | 110 | 44 |
| Binary | 10011111 | 1001001 | 11010 | 0 | 110110 | 1010100 | 100110 | 10101 | 1001000 | 100100 |
Color Harmonies of #9F491A
Complementary color
Monochromatic Colors of #9F491A
Black with #9F491A
Text Example
Text Example
White with #9F491A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F491A; }
p { color: rgb(159,73,26); }
H1.HeaderClassName
{
color: #9F491A;
}
.AnyTagClassName
{
color: #9F491A;
}
</style>
background-color css
<style>
a { background-color: #9F491A; }
a { background-color: rgb(159,73,26); }
div.DivClassName
{
background-color: #9F491A;
}
.BgClassName
{
background-color: #9F491A;
}
</style>
border-color css
<style>
span { border-color: #9F491A; }
span { border-color: rgb(159,73,26); }
td.TdClassName
{
border-color: #9F491A;
}
.TagClassName
{
border-color: #9F491A;
}
</style>