Shades of Rich Gold #9E5125
Tints of Rich Gold #9E5125
RGB
CMYK
RGB Variations
Color information
#9E5125 (or 0x9E5125) is known color: Rich Gold. HEX triplet: 9E, 51 and 25. RGB value is (158,81,37). Sum of RGB (Red+Green+Blue) = 158+81+37=276 (36% of max value = 765). Red value is 158 (62.11% from 255 or 57.25% from 276); Green value is 81 (32.03% from 255 or 29.35% from 276); Blue value is 37 (14.84% from 255 or 13.41% from 276); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5125 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5125 is #61AEDA. Grayscale: #636363. Windows color (decimal): -6401755 or 2445726. OLE color: 2445726.
HSL color Cylindrical-coordinate representation of color #9E5125: hue angle of 21.82º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9E5125 is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 81 | 37 | - |
| CMYK | 0 | 0.49 | 0.77 | 0.38 |
| HSL | 21.82º | 0.62% | 0.38% | - |
| HSV(B) | 21.82º | 0.77% | 0.62% | - |
| XYZ | 17.38 | 13.29 | 3.4 | - |
| YUV | 99.01 | 93.01 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 81 | 37 | 0 | 0.49 | 0.77 | 0.38 | 21.82 | 0.62 | 0.38 |
| Hex | 9E | 51 | 25 | 0 | 31 | 4D | 26 | 16 | 3E | 26 |
| Octal | 236 | 121 | 45 | 0 | 61 | 115 | 46 | 26 | 76 | 46 |
| Binary | 10011110 | 1010001 | 100101 | 0 | 110001 | 1001101 | 100110 | 10110 | 111110 | 100110 |
Color Harmonies of #9E5125
Complementary color
Monochromatic Colors of #9E5125
Black with #9E5125
Text Example
Text Example
White with #9E5125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5125; }
p { color: rgb(158,81,37); }
H1.HeaderClassName
{
color: #9E5125;
}
.AnyTagClassName
{
color: #9E5125;
}
</style>
background-color css
<style>
a { background-color: #9E5125; }
a { background-color: rgb(158,81,37); }
div.DivClassName
{
background-color: #9E5125;
}
.BgClassName
{
background-color: #9E5125;
}
</style>
border-color css
<style>
span { border-color: #9E5125; }
span { border-color: rgb(158,81,37); }
td.TdClassName
{
border-color: #9E5125;
}
.TagClassName
{
border-color: #9E5125;
}
</style>