Shades of Rich Gold #9D5025
Tints of Rich Gold #9D5025
RGB
CMYK
RGB Variations
Color information
#9D5025 (or 0x9D5025) is known color: Rich Gold. HEX triplet: 9D, 50 and 25. RGB value is (157,80,37). Sum of RGB (Red+Green+Blue) = 157+80+37=274 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.30% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 37 (14.84% from 255 or 13.50% from 274); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5025 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5025 is #62AFDA. Grayscale: #626262. Windows color (decimal): -6467547 or 2445469. OLE color: 2445469.
HSL color Cylindrical-coordinate representation of color #9D5025: hue angle of 21.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 #9D5025 is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 80 | 37 | - |
| CMYK | 0 | 0.49 | 0.76 | 0.38 |
| HSL | 21.5º | 0.62% | 0.38% | - |
| HSV(B) | 21.5º | 0.76% | 0.62% | - |
| XYZ | 17.11 | 13.04 | 3.37 | - |
| YUV | 98.12 | 93.51 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 80 | 37 | 0 | 0.49 | 0.76 | 0.38 | 21.5 | 0.62 | 0.38 |
| Hex | 9D | 50 | 25 | 0 | 31 | 4C | 26 | 16 | 3E | 26 |
| Octal | 235 | 120 | 45 | 0 | 61 | 114 | 46 | 26 | 76 | 46 |
| Binary | 10011101 | 1010000 | 100101 | 0 | 110001 | 1001100 | 100110 | 10110 | 111110 | 100110 |
Color Harmonies of #9D5025
Complementary color
Monochromatic Colors of #9D5025
Black with #9D5025
Text Example
Text Example
White with #9D5025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5025; }
p { color: rgb(157,80,37); }
H1.HeaderClassName
{
color: #9D5025;
}
.AnyTagClassName
{
color: #9D5025;
}
</style>
background-color css
<style>
a { background-color: #9D5025; }
a { background-color: rgb(157,80,37); }
div.DivClassName
{
background-color: #9D5025;
}
.BgClassName
{
background-color: #9D5025;
}
</style>
border-color css
<style>
span { border-color: #9D5025; }
span { border-color: rgb(157,80,37); }
td.TdClassName
{
border-color: #9D5025;
}
.TagClassName
{
border-color: #9D5025;
}
</style>