Shades of Copper Rust #9D534E
Tints of Copper Rust #9D534E
RGB
CMYK
RGB Variations
Color information
#9D534E (or 0x9D534E) is known color: Copper Rust. HEX triplet: 9D, 53 and 4E. RGB value is (157,83,78). Sum of RGB (Red+Green+Blue) = 157+83+78=318 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.37% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 157 - color contains mainly: red. Hex color #9D534E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D534E is #62ACB1. Grayscale: #686868. Windows color (decimal): -6466738 or 5133213. OLE color: 5133213.
HSL color Cylindrical-coordinate representation of color #9D534E: hue angle of 3.8º 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 #9D534E is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 83 | 78 | - |
| CMYK | 0 | 0.47 | 0.50 | 0.38 |
| HSL | 3.8º | 0.34% | 0.46% | - |
| HSV(B) | 3.8º | 0.5% | 0.62% | - |
| XYZ | 18.37 | 13.9 | 8.92 | - |
| YUV | 104.56 | 113.02 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 83 | 78 | 0 | 0.47 | 0.50 | 0.38 | 3.8 | 0.34 | 0.46 |
| Hex | 9D | 53 | 4E | 0 | 2F | 32 | 26 | 4 | 22 | 2E |
| Octal | 235 | 123 | 116 | 0 | 57 | 62 | 46 | 4 | 42 | 56 |
| Binary | 10011101 | 1010011 | 1001110 | 0 | 101111 | 110010 | 100110 | 100 | 100010 | 101110 |
Color Harmonies of #9D534E
Complementary color
Monochromatic Colors of #9D534E
Black with #9D534E
Text Example
Text Example
White with #9D534E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D534E; }
p { color: rgb(157,83,78); }
H1.HeaderClassName
{
color: #9D534E;
}
.AnyTagClassName
{
color: #9D534E;
}
</style>
background-color css
<style>
a { background-color: #9D534E; }
a { background-color: rgb(157,83,78); }
div.DivClassName
{
background-color: #9D534E;
}
.BgClassName
{
background-color: #9D534E;
}
</style>
border-color css
<style>
span { border-color: #9D534E; }
span { border-color: rgb(157,83,78); }
td.TdClassName
{
border-color: #9D534E;
}
.TagClassName
{
border-color: #9D534E;
}
</style>