Shades of Rich Gold #9D4A27
Tints of Rich Gold #9D4A27
RGB
CMYK
RGB Variations
Color information
#9D4A27 (or 0x9D4A27) is known color: Rich Gold. HEX triplet: 9D, 4A and 27. RGB value is (157,74,39). Sum of RGB (Red+Green+Blue) = 157+74+39=270 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.15% from 270); Green value is 74 (29.30% from 255 or 27.41% from 270); Blue value is 39 (15.62% from 255 or 14.44% from 270); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D4A27 is #62B5D8. Grayscale: #5F5F5F. Windows color (decimal): -6469081 or 2575005. OLE color: 2575005.
HSL color Cylindrical-coordinate representation of color #9D4A27: hue angle of 17.8º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9D4A27 is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 74 | 39 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.38 |
| HSL | 17.8º | 0.6% | 0.38% | - |
| HSV(B) | 17.8º | 0.75% | 0.62% | - |
| XYZ | 16.72 | 12.21 | 3.4 | - |
| YUV | 94.83 | 96.5 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 74 | 39 | 0 | 0.53 | 0.75 | 0.38 | 17.8 | 0.6 | 0.38 |
| Hex | 9D | 4A | 27 | 0 | 35 | 4B | 26 | 12 | 3C | 26 |
| Octal | 235 | 112 | 47 | 0 | 65 | 113 | 46 | 22 | 74 | 46 |
| Binary | 10011101 | 1001010 | 100111 | 0 | 110101 | 1001011 | 100110 | 10010 | 111100 | 100110 |
Color Harmonies of #9D4A27
Complementary color
Monochromatic Colors of #9D4A27
Black with #9D4A27
Text Example
Text Example
White with #9D4A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4A27; }
p { color: rgb(157,74,39); }
H1.HeaderClassName
{
color: #9D4A27;
}
.AnyTagClassName
{
color: #9D4A27;
}
</style>
background-color css
<style>
a { background-color: #9D4A27; }
a { background-color: rgb(157,74,39); }
div.DivClassName
{
background-color: #9D4A27;
}
.BgClassName
{
background-color: #9D4A27;
}
</style>
border-color css
<style>
span { border-color: #9D4A27; }
span { border-color: rgb(157,74,39); }
td.TdClassName
{
border-color: #9D4A27;
}
.TagClassName
{
border-color: #9D4A27;
}
</style>