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