Shades of Rich Gold #9E531A
Tints of Rich Gold #9E531A
RGB
CMYK
RGB Variations
Color information
#9E531A (or 0x9E531A) is known color: Rich Gold. HEX triplet: 9E, 53 and 1A. RGB value is (158,83,26). Sum of RGB (Red+Green+Blue) = 158+83+26=267 (35% of max value = 765). Red value is 158 (62.11% from 255 or 59.18% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 26 (10.55% from 255 or 9.74% from 267); Max value from RGB is 158 - color contains mainly: red. Hex color #9E531A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E531A is #61ACE5. Grayscale: #636363. Windows color (decimal): -6401254 or 1725342. OLE color: 1725342.
HSL color Cylindrical-coordinate representation of color #9E531A: hue angle of 25.91º 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 #9E531A is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 83 | 26 | - |
| CMYK | 0 | 0.47 | 0.84 | 0.38 |
| HSL | 25.91º | 0.72% | 0.36% | - |
| HSV(B) | 25.91º | 0.84% | 0.62% | - |
| XYZ | 17.38 | 13.53 | 2.67 | - |
| YUV | 98.93 | 86.85 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 83 | 26 | 0 | 0.47 | 0.84 | 0.38 | 25.91 | 0.72 | 0.36 |
| Hex | 9E | 53 | 1A | 0 | 2F | 54 | 26 | 1A | 48 | 24 |
| Octal | 236 | 123 | 32 | 0 | 57 | 124 | 46 | 32 | 110 | 44 |
| Binary | 10011110 | 1010011 | 11010 | 0 | 101111 | 1010100 | 100110 | 11010 | 1001000 | 100100 |
Color Harmonies of #9E531A
Complementary color
Monochromatic Colors of #9E531A
Black with #9E531A
Text Example
Text Example
White with #9E531A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E531A; }
p { color: rgb(158,83,26); }
H1.HeaderClassName
{
color: #9E531A;
}
.AnyTagClassName
{
color: #9E531A;
}
</style>
background-color css
<style>
a { background-color: #9E531A; }
a { background-color: rgb(158,83,26); }
div.DivClassName
{
background-color: #9E531A;
}
.BgClassName
{
background-color: #9E531A;
}
</style>
border-color css
<style>
span { border-color: #9E531A; }
span { border-color: rgb(158,83,26); }
td.TdClassName
{
border-color: #9E531A;
}
.TagClassName
{
border-color: #9E531A;
}
</style>