Shades of Copper Rust #9D4E4D
Tints of Copper Rust #9D4E4D
RGB
CMYK
RGB Variations
Color information
#9D4E4D (or 0x9D4E4D) is known color: Copper Rust. HEX triplet: 9D, 4E and 4D. RGB value is (157,78,77). Sum of RGB (Red+Green+Blue) = 157+78+77=312 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.32% from 312); Green value is 78 (30.86% from 255 or 25% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D4E4D is #62B1B2. Grayscale: #656565. Windows color (decimal): -6468019 or 5066397. OLE color: 5066397.
HSL color Cylindrical-coordinate representation of color #9D4E4D: hue angle of 0.75º 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 #9D4E4D is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 78 | 77 | - |
| CMYK | 0 | 0.50 | 0.51 | 0.38 |
| HSL | 0.75º | 0.34% | 0.46% | - |
| HSV(B) | 0.75º | 0.51% | 0.62% | - |
| XYZ | 17.97 | 13.15 | 8.61 | - |
| YUV | 101.51 | 114.17 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 78 | 77 | 0 | 0.50 | 0.51 | 0.38 | 0.75 | 0.34 | 0.46 |
| Hex | 9D | 4E | 4D | 0 | 32 | 33 | 26 | 1 | 22 | 2E |
| Octal | 235 | 116 | 115 | 0 | 62 | 63 | 46 | 1 | 42 | 56 |
| Binary | 10011101 | 1001110 | 1001101 | 0 | 110010 | 110011 | 100110 | 1 | 100010 | 101110 |
Color Harmonies of #9D4E4D
Complementary color
Monochromatic Colors of #9D4E4D
Black with #9D4E4D
Text Example
Text Example
White with #9D4E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4E4D; }
p { color: rgb(157,78,77); }
H1.HeaderClassName
{
color: #9D4E4D;
}
.AnyTagClassName
{
color: #9D4E4D;
}
</style>
background-color css
<style>
a { background-color: #9D4E4D; }
a { background-color: rgb(157,78,77); }
div.DivClassName
{
background-color: #9D4E4D;
}
.BgClassName
{
background-color: #9D4E4D;
}
</style>
border-color css
<style>
span { border-color: #9D4E4D; }
span { border-color: rgb(157,78,77); }
td.TdClassName
{
border-color: #9D4E4D;
}
.TagClassName
{
border-color: #9D4E4D;
}
</style>