Shades of Rich Gold #9D4D27
Tints of Rich Gold #9D4D27
RGB
CMYK
RGB Variations
Color information
#9D4D27 (or 0x9D4D27) is known color: Rich Gold. HEX triplet: 9D, 4D and 27. RGB value is (157,77,39). Sum of RGB (Red+Green+Blue) = 157+77+39=273 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.51% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 39 (15.62% from 255 or 14.29% from 273); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4D27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D4D27 is #62B2D8. Grayscale: #606060. Windows color (decimal): -6468313 or 2575773. OLE color: 2575773.
HSL color Cylindrical-coordinate representation of color #9D4D27: hue angle of 19.32º 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 #9D4D27 is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 77 | 39 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.38 |
| HSL | 19.32º | 0.6% | 0.38% | - |
| HSV(B) | 19.32º | 0.75% | 0.62% | - |
| XYZ | 16.92 | 12.62 | 3.46 | - |
| YUV | 96.59 | 95.5 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 77 | 39 | 0 | 0.51 | 0.75 | 0.38 | 19.32 | 0.6 | 0.38 |
| Hex | 9D | 4D | 27 | 0 | 33 | 4B | 26 | 13 | 3C | 26 |
| Octal | 235 | 115 | 47 | 0 | 63 | 113 | 46 | 23 | 74 | 46 |
| Binary | 10011101 | 1001101 | 100111 | 0 | 110011 | 1001011 | 100110 | 10011 | 111100 | 100110 |
Color Harmonies of #9D4D27
Complementary color
Monochromatic Colors of #9D4D27
Black with #9D4D27
Text Example
Text Example
White with #9D4D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4D27; }
p { color: rgb(157,77,39); }
H1.HeaderClassName
{
color: #9D4D27;
}
.AnyTagClassName
{
color: #9D4D27;
}
</style>
background-color css
<style>
a { background-color: #9D4D27; }
a { background-color: rgb(157,77,39); }
div.DivClassName
{
background-color: #9D4D27;
}
.BgClassName
{
background-color: #9D4D27;
}
</style>
border-color css
<style>
span { border-color: #9D4D27; }
span { border-color: rgb(157,77,39); }
td.TdClassName
{
border-color: #9D4D27;
}
.TagClassName
{
border-color: #9D4D27;
}
</style>