Shades of Copper Rust #9D5250
Tints of Copper Rust #9D5250
RGB
CMYK
RGB Variations
Color information
#9D5250 (or 0x9D5250) is known color: Copper Rust. HEX triplet: 9D, 52 and 50. RGB value is (157,82,80). Sum of RGB (Red+Green+Blue) = 157+82+80=319 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.22% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 80 (31.64% from 255 or 25.08% from 319); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5250 is #62ADAF. Grayscale: #686868. Windows color (decimal): -6466992 or 5264029. OLE color: 5264029.
HSL color Cylindrical-coordinate representation of color #9D5250: hue angle of 1.56º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9D5250 is Cyan = 0, Magento = 0.48, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 82 | 80 | - |
| CMYK | 0 | 0.48 | 0.49 | 0.38 |
| HSL | 1.56º | 0.32% | 0.46% | - |
| HSV(B) | 1.56º | 0.49% | 0.62% | - |
| XYZ | 18.37 | 13.78 | 9.28 | - |
| YUV | 104.2 | 114.35 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 82 | 80 | 0 | 0.48 | 0.49 | 0.38 | 1.56 | 0.32 | 0.46 |
| Hex | 9D | 52 | 50 | 0 | 30 | 31 | 26 | 2 | 20 | 2E |
| Octal | 235 | 122 | 120 | 0 | 60 | 61 | 46 | 2 | 40 | 56 |
| Binary | 10011101 | 1010010 | 1010000 | 0 | 110000 | 110001 | 100110 | 10 | 100000 | 101110 |
Color Harmonies of #9D5250
Complementary color
Monochromatic Colors of #9D5250
Black with #9D5250
Text Example
Text Example
White with #9D5250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5250; }
p { color: rgb(157,82,80); }
H1.HeaderClassName
{
color: #9D5250;
}
.AnyTagClassName
{
color: #9D5250;
}
</style>
background-color css
<style>
a { background-color: #9D5250; }
a { background-color: rgb(157,82,80); }
div.DivClassName
{
background-color: #9D5250;
}
.BgClassName
{
background-color: #9D5250;
}
</style>
border-color css
<style>
span { border-color: #9D5250; }
span { border-color: rgb(157,82,80); }
td.TdClassName
{
border-color: #9D5250;
}
.TagClassName
{
border-color: #9D5250;
}
</style>