Shades of Rich Gold #9E4817
Tints of Rich Gold #9E4817
RGB
CMYK
RGB Variations
Color information
#9E4817 (or 0x9E4817) is known color: Rich Gold. HEX triplet: 9E, 48 and 17. RGB value is (158,72,23). Sum of RGB (Red+Green+Blue) = 158+72+23=253 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.45% from 253); Green value is 72 (28.52% from 255 or 28.46% from 253); Blue value is 23 (9.38% from 255 or 9.09% from 253); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4817 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E4817 is #61B7E8. Grayscale: #5C5C5C. Windows color (decimal): -6404073 or 1525918. OLE color: 1525918.
HSL color Cylindrical-coordinate representation of color #9E4817: hue angle of 21.78º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9E4817 is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 72 | 23 | - |
| CMYK | 0 | 0.54 | 0.85 | 0.38 |
| HSL | 21.78º | 0.75% | 0.35% | - |
| HSV(B) | 21.78º | 0.85% | 0.62% | - |
| XYZ | 16.57 | 11.97 | 2.25 | - |
| YUV | 92.13 | 88.99 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 72 | 23 | 0 | 0.54 | 0.85 | 0.38 | 21.78 | 0.75 | 0.35 |
| Hex | 9E | 48 | 17 | 0 | 36 | 55 | 26 | 16 | 4B | 23 |
| Octal | 236 | 110 | 27 | 0 | 66 | 125 | 46 | 26 | 113 | 43 |
| Binary | 10011110 | 1001000 | 10111 | 0 | 110110 | 1010101 | 100110 | 10110 | 1001011 | 100011 |
Color Harmonies of #9E4817
Complementary color
Monochromatic Colors of #9E4817
Black with #9E4817
Text Example
Text Example
White with #9E4817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4817; }
p { color: rgb(158,72,23); }
H1.HeaderClassName
{
color: #9E4817;
}
.AnyTagClassName
{
color: #9E4817;
}
</style>
background-color css
<style>
a { background-color: #9E4817; }
a { background-color: rgb(158,72,23); }
div.DivClassName
{
background-color: #9E4817;
}
.BgClassName
{
background-color: #9E4817;
}
</style>
border-color css
<style>
span { border-color: #9E4817; }
span { border-color: rgb(158,72,23); }
td.TdClassName
{
border-color: #9E4817;
}
.TagClassName
{
border-color: #9E4817;
}
</style>