Shades of Copper Rust #9D554D
Tints of Copper Rust #9D554D
RGB
CMYK
RGB Variations
Color information
#9D554D (or 0x9D554D) is known color: Copper Rust. HEX triplet: 9D, 55 and 4D. RGB value is (157,85,77). Sum of RGB (Red+Green+Blue) = 157+85+77=319 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.22% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 157 - color contains mainly: red. Hex color #9D554D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D554D is #62AAB2. Grayscale: #696969. Windows color (decimal): -6466227 or 5068189. OLE color: 5068189.
HSL color Cylindrical-coordinate representation of color #9D554D: hue angle of 6º 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 #9D554D is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 85 | 77 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.38 |
| HSL | 6º | 0.34% | 0.46% | - |
| HSV(B) | 6º | 0.51% | 0.62% | - |
| XYZ | 18.49 | 14.2 | 8.79 | - |
| YUV | 105.62 | 111.85 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 85 | 77 | 0 | 0.46 | 0.51 | 0.38 | 6 | 0.34 | 0.46 |
| Hex | 9D | 55 | 4D | 0 | 2E | 33 | 26 | 6 | 22 | 2E |
| Octal | 235 | 125 | 115 | 0 | 56 | 63 | 46 | 6 | 42 | 56 |
| Binary | 10011101 | 1010101 | 1001101 | 0 | 101110 | 110011 | 100110 | 110 | 100010 | 101110 |
Color Harmonies of #9D554D
Complementary color
Monochromatic Colors of #9D554D
Black with #9D554D
Text Example
Text Example
White with #9D554D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D554D; }
p { color: rgb(157,85,77); }
H1.HeaderClassName
{
color: #9D554D;
}
.AnyTagClassName
{
color: #9D554D;
}
</style>
background-color css
<style>
a { background-color: #9D554D; }
a { background-color: rgb(157,85,77); }
div.DivClassName
{
background-color: #9D554D;
}
.BgClassName
{
background-color: #9D554D;
}
</style>
border-color css
<style>
span { border-color: #9D554D; }
span { border-color: rgb(157,85,77); }
td.TdClassName
{
border-color: #9D554D;
}
.TagClassName
{
border-color: #9D554D;
}
</style>