Shades of Copper Rust #9D5854
Tints of Copper Rust #9D5854
RGB
CMYK
RGB Variations
Color information
#9D5854 (or 0x9D5854) is known color: Copper Rust. HEX triplet: 9D, 58 and 54. RGB value is (157,88,84). Sum of RGB (Red+Green+Blue) = 157+88+84=329 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.72% from 329); Green value is 88 (34.77% from 255 or 26.75% from 329); Blue value is 84 (33.20% from 255 or 25.53% from 329); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5854 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D5854 is #62A7AB. Grayscale: #6C6C6C. Windows color (decimal): -6465452 or 5527709. OLE color: 5527709.
HSL color Cylindrical-coordinate representation of color #9D5854: hue angle of 3.29º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9D5854 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 88 | 84 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.38 |
| HSL | 3.29º | 0.3% | 0.47% | - |
| HSV(B) | 3.29º | 0.46% | 0.62% | - |
| XYZ | 18.99 | 14.79 | 10.24 | - |
| YUV | 108.18 | 114.36 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 88 | 84 | 0 | 0.44 | 0.46 | 0.38 | 3.29 | 0.3 | 0.47 |
| Hex | 9D | 58 | 54 | 0 | 2C | 2E | 26 | 3 | 1E | 2F |
| Octal | 235 | 130 | 124 | 0 | 54 | 56 | 46 | 3 | 36 | 57 |
| Binary | 10011101 | 1011000 | 1010100 | 0 | 101100 | 101110 | 100110 | 11 | 11110 | 101111 |
Color Harmonies of #9D5854
Complementary color
Monochromatic Colors of #9D5854
Black with #9D5854
Text Example
Text Example
White with #9D5854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5854; }
p { color: rgb(157,88,84); }
H1.HeaderClassName
{
color: #9D5854;
}
.AnyTagClassName
{
color: #9D5854;
}
</style>
background-color css
<style>
a { background-color: #9D5854; }
a { background-color: rgb(157,88,84); }
div.DivClassName
{
background-color: #9D5854;
}
.BgClassName
{
background-color: #9D5854;
}
</style>
border-color css
<style>
span { border-color: #9D5854; }
span { border-color: rgb(157,88,84); }
td.TdClassName
{
border-color: #9D5854;
}
.TagClassName
{
border-color: #9D5854;
}
</style>