Shades of Rich Gold #9E491E
Tints of Rich Gold #9E491E
RGB
CMYK
RGB Variations
Color information
#9E491E (or 0x9E491E) is known color: Rich Gold. HEX triplet: 9E, 49 and 1E. RGB value is (158,73,30). Sum of RGB (Red+Green+Blue) = 158+73+30=261 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.54% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 30 (12.11% from 255 or 11.49% from 261); Max value from RGB is 158 - color contains mainly: red. Hex color #9E491E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E491E is #61B6E1. Grayscale: #5D5D5D. Windows color (decimal): -6403810 or 1984926. OLE color: 1984926.
HSL color Cylindrical-coordinate representation of color #9E491E: hue angle of 20.16º 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 #9E491E is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 73 | 30 | - |
| CMYK | 0 | 0.54 | 0.81 | 0.38 |
| HSL | 20.16º | 0.68% | 0.37% | - |
| HSV(B) | 20.16º | 0.81% | 0.62% | - |
| XYZ | 16.72 | 12.13 | 2.69 | - |
| YUV | 93.51 | 92.16 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 73 | 30 | 0 | 0.54 | 0.81 | 0.38 | 20.16 | 0.68 | 0.37 |
| Hex | 9E | 49 | 1E | 0 | 36 | 51 | 26 | 14 | 44 | 25 |
| Octal | 236 | 111 | 36 | 0 | 66 | 121 | 46 | 24 | 104 | 45 |
| Binary | 10011110 | 1001001 | 11110 | 0 | 110110 | 1010001 | 100110 | 10100 | 1000100 | 100101 |
Color Harmonies of #9E491E
Complementary color
Monochromatic Colors of #9E491E
Black with #9E491E
Text Example
Text Example
White with #9E491E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E491E; }
p { color: rgb(158,73,30); }
H1.HeaderClassName
{
color: #9E491E;
}
.AnyTagClassName
{
color: #9E491E;
}
</style>
background-color css
<style>
a { background-color: #9E491E; }
a { background-color: rgb(158,73,30); }
div.DivClassName
{
background-color: #9E491E;
}
.BgClassName
{
background-color: #9E491E;
}
</style>
border-color css
<style>
span { border-color: #9E491E; }
span { border-color: rgb(158,73,30); }
td.TdClassName
{
border-color: #9E491E;
}
.TagClassName
{
border-color: #9E491E;
}
</style>