Shades of Rich Gold #9E5429
Tints of Rich Gold #9E5429
RGB
CMYK
RGB Variations
Color information
#9E5429 (or 0x9E5429) is known color: Rich Gold. HEX triplet: 9E, 54 and 29. RGB value is (158,84,41). Sum of RGB (Red+Green+Blue) = 158+84+41=283 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.83% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 41 (16.41% from 255 or 14.49% from 283); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5429 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5429 is #61ABD6. Grayscale: #656565. Windows color (decimal): -6400983 or 2708638. OLE color: 2708638.
HSL color Cylindrical-coordinate representation of color #9E5429: hue angle of 22.05º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9E5429 is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 84 | 41 | - |
| CMYK | 0 | 0.47 | 0.74 | 0.38 |
| HSL | 22.05º | 0.59% | 0.39% | - |
| HSV(B) | 22.05º | 0.74% | 0.62% | - |
| XYZ | 17.67 | 13.77 | 3.82 | - |
| YUV | 101.22 | 94.02 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 84 | 41 | 0 | 0.47 | 0.74 | 0.38 | 22.05 | 0.59 | 0.39 |
| Hex | 9E | 54 | 29 | 0 | 2F | 4A | 26 | 16 | 3B | 27 |
| Octal | 236 | 124 | 51 | 0 | 57 | 112 | 46 | 26 | 73 | 47 |
| Binary | 10011110 | 1010100 | 101001 | 0 | 101111 | 1001010 | 100110 | 10110 | 111011 | 100111 |
Color Harmonies of #9E5429
Complementary color
Monochromatic Colors of #9E5429
Black with #9E5429
Text Example
Text Example
White with #9E5429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5429; }
p { color: rgb(158,84,41); }
H1.HeaderClassName
{
color: #9E5429;
}
.AnyTagClassName
{
color: #9E5429;
}
</style>
background-color css
<style>
a { background-color: #9E5429; }
a { background-color: rgb(158,84,41); }
div.DivClassName
{
background-color: #9E5429;
}
.BgClassName
{
background-color: #9E5429;
}
</style>
border-color css
<style>
span { border-color: #9E5429; }
span { border-color: rgb(158,84,41); }
td.TdClassName
{
border-color: #9E5429;
}
.TagClassName
{
border-color: #9E5429;
}
</style>