Shades of Rich Gold #9D5A1D
Tints of Rich Gold #9D5A1D
RGB
CMYK
RGB Variations
Color information
#9D5A1D (or 0x9D5A1D) is known color: Rich Gold. HEX triplet: 9D, 5A and 1D. RGB value is (157,90,29). Sum of RGB (Red+Green+Blue) = 157+90+29=276 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.88% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 29 (11.72% from 255 or 10.51% from 276); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5A1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D5A1D is #62A5E2. Grayscale: #676767. Windows color (decimal): -6464995 or 1923741. OLE color: 1923741.
HSL color Cylindrical-coordinate representation of color #9D5A1D: hue angle of 28.59º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9D5A1D is Cyan = 0, Magento = 0.43, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 90 | 29 | - |
| CMYK | 0 | 0.43 | 0.82 | 0.38 |
| HSL | 28.59º | 0.69% | 0.36% | - |
| HSV(B) | 28.59º | 0.82% | 0.62% | - |
| XYZ | 17.78 | 14.57 | 3.04 | - |
| YUV | 103.08 | 86.2 | 166.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 90 | 29 | 0 | 0.43 | 0.82 | 0.38 | 28.59 | 0.69 | 0.36 |
| Hex | 9D | 5A | 1D | 0 | 2B | 52 | 26 | 1D | 45 | 24 |
| Octal | 235 | 132 | 35 | 0 | 53 | 122 | 46 | 35 | 105 | 44 |
| Binary | 10011101 | 1011010 | 11101 | 0 | 101011 | 1010010 | 100110 | 11101 | 1000101 | 100100 |
Color Harmonies of #9D5A1D
Complementary color
Monochromatic Colors of #9D5A1D
Black with #9D5A1D
Text Example
Text Example
White with #9D5A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5A1D; }
p { color: rgb(157,90,29); }
H1.HeaderClassName
{
color: #9D5A1D;
}
.AnyTagClassName
{
color: #9D5A1D;
}
</style>
background-color css
<style>
a { background-color: #9D5A1D; }
a { background-color: rgb(157,90,29); }
div.DivClassName
{
background-color: #9D5A1D;
}
.BgClassName
{
background-color: #9D5A1D;
}
</style>
border-color css
<style>
span { border-color: #9D5A1D; }
span { border-color: rgb(157,90,29); }
td.TdClassName
{
border-color: #9D5A1D;
}
.TagClassName
{
border-color: #9D5A1D;
}
</style>