Shades of Copper Rust #9D534D
Tints of Copper Rust #9D534D
RGB
CMYK
RGB Variations
Color information
#9D534D (or 0x9D534D) is known color: Copper Rust. HEX triplet: 9D, 53 and 4D. RGB value is (157,83,77). Sum of RGB (Red+Green+Blue) = 157+83+77=317 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.53% from 317); Green value is 83 (32.81% from 255 or 26.18% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 157 - color contains mainly: red. Hex color #9D534D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D534D is #62ACB2. Grayscale: #686868. Windows color (decimal): -6466739 or 5067677. OLE color: 5067677.
HSL color Cylindrical-coordinate representation of color #9D534D: hue angle of 4.5º 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 #9D534D is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 83 | 77 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.38 |
| HSL | 4.5º | 0.34% | 0.46% | - |
| HSV(B) | 4.5º | 0.51% | 0.62% | - |
| XYZ | 18.34 | 13.89 | 8.74 | - |
| YUV | 104.44 | 112.52 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 83 | 77 | 0 | 0.47 | 0.51 | 0.38 | 4.5 | 0.34 | 0.46 |
| Hex | 9D | 53 | 4D | 0 | 2F | 33 | 26 | 4 | 22 | 2E |
| Octal | 235 | 123 | 115 | 0 | 57 | 63 | 46 | 4 | 42 | 56 |
| Binary | 10011101 | 1010011 | 1001101 | 0 | 101111 | 110011 | 100110 | 100 | 100010 | 101110 |
Color Harmonies of #9D534D
Complementary color
Monochromatic Colors of #9D534D
Black with #9D534D
Text Example
Text Example
White with #9D534D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D534D; }
p { color: rgb(157,83,77); }
H1.HeaderClassName
{
color: #9D534D;
}
.AnyTagClassName
{
color: #9D534D;
}
</style>
background-color css
<style>
a { background-color: #9D534D; }
a { background-color: rgb(157,83,77); }
div.DivClassName
{
background-color: #9D534D;
}
.BgClassName
{
background-color: #9D534D;
}
</style>
border-color css
<style>
span { border-color: #9D534D; }
span { border-color: rgb(157,83,77); }
td.TdClassName
{
border-color: #9D534D;
}
.TagClassName
{
border-color: #9D534D;
}
</style>