Shades of Copper Rust #9D504E
Tints of Copper Rust #9D504E
RGB
CMYK
RGB Variations
Color information
#9D504E (or 0x9D504E) is known color: Copper Rust. HEX triplet: 9D, 50 and 4E. RGB value is (157,80,78). Sum of RGB (Red+Green+Blue) = 157+80+78=315 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.84% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 157 - color contains mainly: red. Hex color #9D504E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D504E is #62AFB1. Grayscale: #666666. Windows color (decimal): -6467506 or 5132445. OLE color: 5132445.
HSL color Cylindrical-coordinate representation of color #9D504E: hue angle of 1.52º degrees, saturation: 0.34, 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 #9D504E is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 80 | 78 | - |
| CMYK | 0 | 0.49 | 0.50 | 0.38 |
| HSL | 1.52º | 0.34% | 0.46% | - |
| HSV(B) | 1.52º | 0.5% | 0.62% | - |
| XYZ | 18.15 | 13.46 | 8.85 | - |
| YUV | 102.8 | 114.01 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 80 | 78 | 0 | 0.49 | 0.50 | 0.38 | 1.52 | 0.34 | 0.46 |
| Hex | 9D | 50 | 4E | 0 | 31 | 32 | 26 | 2 | 22 | 2E |
| Octal | 235 | 120 | 116 | 0 | 61 | 62 | 46 | 2 | 42 | 56 |
| Binary | 10011101 | 1010000 | 1001110 | 0 | 110001 | 110010 | 100110 | 10 | 100010 | 101110 |
Color Harmonies of #9D504E
Complementary color
Monochromatic Colors of #9D504E
Black with #9D504E
Text Example
Text Example
White with #9D504E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D504E; }
p { color: rgb(157,80,78); }
H1.HeaderClassName
{
color: #9D504E;
}
.AnyTagClassName
{
color: #9D504E;
}
</style>
background-color css
<style>
a { background-color: #9D504E; }
a { background-color: rgb(157,80,78); }
div.DivClassName
{
background-color: #9D504E;
}
.BgClassName
{
background-color: #9D504E;
}
</style>
border-color css
<style>
span { border-color: #9D504E; }
span { border-color: rgb(157,80,78); }
td.TdClassName
{
border-color: #9D504E;
}
.TagClassName
{
border-color: #9D504E;
}
</style>