Shades of Copper Rust #9D554E
Tints of Copper Rust #9D554E
RGB
CMYK
RGB Variations
Color information
#9D554E (or 0x9D554E) is known color: Copper Rust. HEX triplet: 9D, 55 and 4E. RGB value is (157,85,78). Sum of RGB (Red+Green+Blue) = 157+85+78=320 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.06% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 157 - color contains mainly: red. Hex color #9D554E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D554E is #62AAB1. Grayscale: #696969. Windows color (decimal): -6466226 or 5133725. OLE color: 5133725.
HSL color Cylindrical-coordinate representation of color #9D554E: hue angle of 5.32º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9D554E is Cyan = 0, Magento = 0.46, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 85 | 78 | - |
| CMYK | 0 | 0.46 | 0.50 | 0.38 |
| HSL | 5.32º | 0.34% | 0.46% | - |
| HSV(B) | 5.32º | 0.5% | 0.62% | - |
| XYZ | 18.53 | 14.22 | 8.97 | - |
| YUV | 105.73 | 112.35 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 85 | 78 | 0 | 0.46 | 0.50 | 0.38 | 5.32 | 0.34 | 0.46 |
| Hex | 9D | 55 | 4E | 0 | 2E | 32 | 26 | 5 | 22 | 2E |
| Octal | 235 | 125 | 116 | 0 | 56 | 62 | 46 | 5 | 42 | 56 |
| Binary | 10011101 | 1010101 | 1001110 | 0 | 101110 | 110010 | 100110 | 101 | 100010 | 101110 |
Color Harmonies of #9D554E
Complementary color
Monochromatic Colors of #9D554E
Black with #9D554E
Text Example
Text Example
White with #9D554E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D554E; }
p { color: rgb(157,85,78); }
H1.HeaderClassName
{
color: #9D554E;
}
.AnyTagClassName
{
color: #9D554E;
}
</style>
background-color css
<style>
a { background-color: #9D554E; }
a { background-color: rgb(157,85,78); }
div.DivClassName
{
background-color: #9D554E;
}
.BgClassName
{
background-color: #9D554E;
}
</style>
border-color css
<style>
span { border-color: #9D554E; }
span { border-color: rgb(157,85,78); }
td.TdClassName
{
border-color: #9D554E;
}
.TagClassName
{
border-color: #9D554E;
}
</style>