Shades of Rich Gold #9D5A25
Tints of Rich Gold #9D5A25
RGB
CMYK
RGB Variations
Color information
#9D5A25 (or 0x9D5A25) is known color: Rich Gold. HEX triplet: 9D, 5A and 25. RGB value is (157,90,37). Sum of RGB (Red+Green+Blue) = 157+90+37=284 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.28% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 37 (14.84% from 255 or 13.03% from 284); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5A25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5A25 is #62A5DA. Grayscale: #686868. Windows color (decimal): -6464987 or 2448029. OLE color: 2448029.
HSL color Cylindrical-coordinate representation of color #9D5A25: hue angle of 26.5º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9D5A25 is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 90 | 37 | - |
| CMYK | 0 | 0.43 | 0.76 | 0.38 |
| HSL | 26.5º | 0.62% | 0.38% | - |
| HSV(B) | 26.5º | 0.76% | 0.62% | - |
| XYZ | 17.89 | 14.61 | 3.63 | - |
| YUV | 103.99 | 90.2 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 90 | 37 | 0 | 0.43 | 0.76 | 0.38 | 26.5 | 0.62 | 0.38 |
| Hex | 9D | 5A | 25 | 0 | 2B | 4C | 26 | 1A | 3E | 26 |
| Octal | 235 | 132 | 45 | 0 | 53 | 114 | 46 | 32 | 76 | 46 |
| Binary | 10011101 | 1011010 | 100101 | 0 | 101011 | 1001100 | 100110 | 11010 | 111110 | 100110 |
Color Harmonies of #9D5A25
Complementary color
Monochromatic Colors of #9D5A25
Black with #9D5A25
Text Example
Text Example
White with #9D5A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5A25; }
p { color: rgb(157,90,37); }
H1.HeaderClassName
{
color: #9D5A25;
}
.AnyTagClassName
{
color: #9D5A25;
}
</style>
background-color css
<style>
a { background-color: #9D5A25; }
a { background-color: rgb(157,90,37); }
div.DivClassName
{
background-color: #9D5A25;
}
.BgClassName
{
background-color: #9D5A25;
}
</style>
border-color css
<style>
span { border-color: #9D5A25; }
span { border-color: rgb(157,90,37); }
td.TdClassName
{
border-color: #9D5A25;
}
.TagClassName
{
border-color: #9D5A25;
}
</style>