Shades of Rich Gold #9D521B
Tints of Rich Gold #9D521B
RGB
CMYK
RGB Variations
Color information
#9D521B (or 0x9D521B) is known color: Rich Gold. HEX triplet: 9D, 52 and 1B. RGB value is (157,82,27). Sum of RGB (Red+Green+Blue) = 157+82+27=266 (35% of max value = 765). Red value is 157 (61.72% from 255 or 59.02% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 27 (10.94% from 255 or 10.15% from 266); Max value from RGB is 157 - color contains mainly: red. Hex color #9D521B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D521B is #62ADE4. Grayscale: #626262. Windows color (decimal): -6467045 or 1790621. OLE color: 1790621.
HSL color Cylindrical-coordinate representation of color #9D521B: hue angle of 25.38º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9D521B is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 82 | 27 | - |
| CMYK | 0 | 0.48 | 0.83 | 0.38 |
| HSL | 25.38º | 0.71% | 0.36% | - |
| HSV(B) | 25.38º | 0.83% | 0.62% | - |
| XYZ | 17.12 | 13.28 | 2.7 | - |
| YUV | 98.16 | 87.85 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 82 | 27 | 0 | 0.48 | 0.83 | 0.38 | 25.38 | 0.71 | 0.36 |
| Hex | 9D | 52 | 1B | 0 | 30 | 53 | 26 | 19 | 47 | 24 |
| Octal | 235 | 122 | 33 | 0 | 60 | 123 | 46 | 31 | 107 | 44 |
| Binary | 10011101 | 1010010 | 11011 | 0 | 110000 | 1010011 | 100110 | 11001 | 1000111 | 100100 |
Color Harmonies of #9D521B
Complementary color
Monochromatic Colors of #9D521B
Black with #9D521B
Text Example
Text Example
White with #9D521B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D521B; }
p { color: rgb(157,82,27); }
H1.HeaderClassName
{
color: #9D521B;
}
.AnyTagClassName
{
color: #9D521B;
}
</style>
background-color css
<style>
a { background-color: #9D521B; }
a { background-color: rgb(157,82,27); }
div.DivClassName
{
background-color: #9D521B;
}
.BgClassName
{
background-color: #9D521B;
}
</style>
border-color css
<style>
span { border-color: #9D521B; }
span { border-color: rgb(157,82,27); }
td.TdClassName
{
border-color: #9D521B;
}
.TagClassName
{
border-color: #9D521B;
}
</style>