Shades of Copper Rust #9D504F
Tints of Copper Rust #9D504F
RGB
CMYK
RGB Variations
Color information
#9D504F (or 0x9D504F) is known color: Copper Rust. HEX triplet: 9D, 50 and 4F. RGB value is (157,80,79). Sum of RGB (Red+Green+Blue) = 157+80+79=316 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.68% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 79 (31.25% from 255 or 25% from 316); Max value from RGB is 157 - color contains mainly: red. Hex color #9D504F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D504F is #62AFB0. Grayscale: #666666. Windows color (decimal): -6467505 or 5197981. OLE color: 5197981.
HSL color Cylindrical-coordinate representation of color #9D504F: hue angle of 0.77º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9D504F is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 80 | 79 | - |
| CMYK | 0 | 0.49 | 0.50 | 0.38 |
| HSL | 0.77º | 0.33% | 0.46% | - |
| HSV(B) | 0.77º | 0.5% | 0.62% | - |
| XYZ | 18.18 | 13.47 | 9.04 | - |
| YUV | 102.91 | 114.51 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 80 | 79 | 0 | 0.49 | 0.50 | 0.38 | 0.77 | 0.33 | 0.46 |
| Hex | 9D | 50 | 4F | 0 | 31 | 32 | 26 | 1 | 21 | 2E |
| Octal | 235 | 120 | 117 | 0 | 61 | 62 | 46 | 1 | 41 | 56 |
| Binary | 10011101 | 1010000 | 1001111 | 0 | 110001 | 110010 | 100110 | 1 | 100001 | 101110 |
Color Harmonies of #9D504F
Complementary color
Monochromatic Colors of #9D504F
Black with #9D504F
Text Example
Text Example
White with #9D504F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D504F; }
p { color: rgb(157,80,79); }
H1.HeaderClassName
{
color: #9D504F;
}
.AnyTagClassName
{
color: #9D504F;
}
</style>
background-color css
<style>
a { background-color: #9D504F; }
a { background-color: rgb(157,80,79); }
div.DivClassName
{
background-color: #9D504F;
}
.BgClassName
{
background-color: #9D504F;
}
</style>
border-color css
<style>
span { border-color: #9D504F; }
span { border-color: rgb(157,80,79); }
td.TdClassName
{
border-color: #9D504F;
}
.TagClassName
{
border-color: #9D504F;
}
</style>