Shades of Rich Gold #9E4D1D
Tints of Rich Gold #9E4D1D
RGB
CMYK
RGB Variations
Color information
#9E4D1D (or 0x9E4D1D) is known color: Rich Gold. HEX triplet: 9E, 4D and 1D. RGB value is (158,77,29). Sum of RGB (Red+Green+Blue) = 158+77+29=264 (34% of max value = 765). Red value is 158 (62.11% from 255 or 59.85% from 264); Green value is 77 (30.47% from 255 or 29.17% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4D1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E4D1D is #61B2E2. Grayscale: #606060. Windows color (decimal): -6402787 or 1920414. OLE color: 1920414.
HSL color Cylindrical-coordinate representation of color #9E4D1D: hue angle of 22.33º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9E4D1D is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 77 | 29 | - |
| CMYK | 0 | 0.51 | 0.82 | 0.38 |
| HSL | 22.33º | 0.69% | 0.37% | - |
| HSV(B) | 22.33º | 0.82% | 0.62% | - |
| XYZ | 16.98 | 12.67 | 2.71 | - |
| YUV | 95.75 | 90.34 | 172.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 77 | 29 | 0 | 0.51 | 0.82 | 0.38 | 22.33 | 0.69 | 0.37 |
| Hex | 9E | 4D | 1D | 0 | 33 | 52 | 26 | 16 | 45 | 25 |
| Octal | 236 | 115 | 35 | 0 | 63 | 122 | 46 | 26 | 105 | 45 |
| Binary | 10011110 | 1001101 | 11101 | 0 | 110011 | 1010010 | 100110 | 10110 | 1000101 | 100101 |
Color Harmonies of #9E4D1D
Complementary color
Monochromatic Colors of #9E4D1D
Black with #9E4D1D
Text Example
Text Example
White with #9E4D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4D1D; }
p { color: rgb(158,77,29); }
H1.HeaderClassName
{
color: #9E4D1D;
}
.AnyTagClassName
{
color: #9E4D1D;
}
</style>
background-color css
<style>
a { background-color: #9E4D1D; }
a { background-color: rgb(158,77,29); }
div.DivClassName
{
background-color: #9E4D1D;
}
.BgClassName
{
background-color: #9E4D1D;
}
</style>
border-color css
<style>
span { border-color: #9E4D1D; }
span { border-color: rgb(158,77,29); }
td.TdClassName
{
border-color: #9E4D1D;
}
.TagClassName
{
border-color: #9E4D1D;
}
</style>