Shades of Rich Gold #9D4E23
Tints of Rich Gold #9D4E23
RGB
CMYK
RGB Variations
Color information
#9D4E23 (or 0x9D4E23) is known color: Rich Gold. HEX triplet: 9D, 4E and 23. RGB value is (157,78,35). Sum of RGB (Red+Green+Blue) = 157+78+35=270 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.15% from 270); Green value is 78 (30.86% from 255 or 28.89% from 270); Blue value is 35 (14.06% from 255 or 12.96% from 270); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4E23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D4E23 is #62B1DC. Grayscale: #606060. Windows color (decimal): -6468061 or 2313885. OLE color: 2313885.
HSL color Cylindrical-coordinate representation of color #9D4E23: hue angle of 21.15º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9D4E23 is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 78 | 35 | - |
| CMYK | 0 | 0.50 | 0.78 | 0.38 |
| HSL | 21.15º | 0.64% | 0.38% | - |
| HSV(B) | 21.15º | 0.78% | 0.62% | - |
| XYZ | 16.93 | 12.74 | 3.16 | - |
| YUV | 96.72 | 93.17 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 78 | 35 | 0 | 0.50 | 0.78 | 0.38 | 21.15 | 0.64 | 0.38 |
| Hex | 9D | 4E | 23 | 0 | 32 | 4E | 26 | 15 | 40 | 26 |
| Octal | 235 | 116 | 43 | 0 | 62 | 116 | 46 | 25 | 100 | 46 |
| Binary | 10011101 | 1001110 | 100011 | 0 | 110010 | 1001110 | 100110 | 10101 | 1000000 | 100110 |
Color Harmonies of #9D4E23
Complementary color
Monochromatic Colors of #9D4E23
Black with #9D4E23
Text Example
Text Example
White with #9D4E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4E23; }
p { color: rgb(157,78,35); }
H1.HeaderClassName
{
color: #9D4E23;
}
.AnyTagClassName
{
color: #9D4E23;
}
</style>
background-color css
<style>
a { background-color: #9D4E23; }
a { background-color: rgb(157,78,35); }
div.DivClassName
{
background-color: #9D4E23;
}
.BgClassName
{
background-color: #9D4E23;
}
</style>
border-color css
<style>
span { border-color: #9D4E23; }
span { border-color: rgb(157,78,35); }
td.TdClassName
{
border-color: #9D4E23;
}
.TagClassName
{
border-color: #9D4E23;
}
</style>