Shades of Copper Rust #9D504D
Tints of Copper Rust #9D504D
RGB
CMYK
RGB Variations
Color information
#9D504D (or 0x9D504D) is known color: Copper Rust. HEX triplet: 9D, 50 and 4D. RGB value is (157,80,77). Sum of RGB (Red+Green+Blue) = 157+80+77=314 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 157 - color contains mainly: red. Hex color #9D504D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D504D is #62AFB2. Grayscale: #666666. Windows color (decimal): -6467507 or 5066909. OLE color: 5066909.
HSL color Cylindrical-coordinate representation of color #9D504D: hue angle of 2.25º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9D504D is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 80 | 77 | - |
| CMYK | 0 | 0.49 | 0.51 | 0.38 |
| HSL | 2.25º | 0.34% | 0.46% | - |
| HSV(B) | 2.25º | 0.51% | 0.62% | - |
| XYZ | 18.11 | 13.44 | 8.66 | - |
| YUV | 102.68 | 113.51 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 80 | 77 | 0 | 0.49 | 0.51 | 0.38 | 2.25 | 0.34 | 0.46 |
| Hex | 9D | 50 | 4D | 0 | 31 | 33 | 26 | 2 | 22 | 2E |
| Octal | 235 | 120 | 115 | 0 | 61 | 63 | 46 | 2 | 42 | 56 |
| Binary | 10011101 | 1010000 | 1001101 | 0 | 110001 | 110011 | 100110 | 10 | 100010 | 101110 |
Color Harmonies of #9D504D
Complementary color
Monochromatic Colors of #9D504D
Black with #9D504D
Text Example
Text Example
White with #9D504D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D504D; }
p { color: rgb(157,80,77); }
H1.HeaderClassName
{
color: #9D504D;
}
.AnyTagClassName
{
color: #9D504D;
}
</style>
background-color css
<style>
a { background-color: #9D504D; }
a { background-color: rgb(157,80,77); }
div.DivClassName
{
background-color: #9D504D;
}
.BgClassName
{
background-color: #9D504D;
}
</style>
border-color css
<style>
span { border-color: #9D504D; }
span { border-color: rgb(157,80,77); }
td.TdClassName
{
border-color: #9D504D;
}
.TagClassName
{
border-color: #9D504D;
}
</style>