Shades of Copper Rust #9D534F
Tints of Copper Rust #9D534F
RGB
CMYK
RGB Variations
Color information
#9D534F (or 0x9D534F) is known color: Copper Rust. HEX triplet: 9D, 53 and 4F. RGB value is (157,83,79). Sum of RGB (Red+Green+Blue) = 157+83+79=319 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.22% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 79 (31.25% from 255 or 24.76% from 319); Max value from RGB is 157 - color contains mainly: red. Hex color #9D534F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D534F is #62ACB0. Grayscale: #686868. Windows color (decimal): -6466737 or 5198749. OLE color: 5198749.
HSL color Cylindrical-coordinate representation of color #9D534F: hue angle of 3.08º degrees, saturation: 0.33, 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 #9D534F is Cyan = 0, Magento = 0.47, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 83 | 79 | - |
| CMYK | 0 | 0.47 | 0.50 | 0.38 |
| HSL | 3.08º | 0.33% | 0.46% | - |
| HSV(B) | 3.08º | 0.5% | 0.62% | - |
| XYZ | 18.41 | 13.92 | 9.11 | - |
| YUV | 104.67 | 113.52 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 83 | 79 | 0 | 0.47 | 0.50 | 0.38 | 3.08 | 0.33 | 0.46 |
| Hex | 9D | 53 | 4F | 0 | 2F | 32 | 26 | 3 | 21 | 2E |
| Octal | 235 | 123 | 117 | 0 | 57 | 62 | 46 | 3 | 41 | 56 |
| Binary | 10011101 | 1010011 | 1001111 | 0 | 101111 | 110010 | 100110 | 11 | 100001 | 101110 |
Color Harmonies of #9D534F
Complementary color
Monochromatic Colors of #9D534F
Black with #9D534F
Text Example
Text Example
White with #9D534F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D534F; }
p { color: rgb(157,83,79); }
H1.HeaderClassName
{
color: #9D534F;
}
.AnyTagClassName
{
color: #9D534F;
}
</style>
background-color css
<style>
a { background-color: #9D534F; }
a { background-color: rgb(157,83,79); }
div.DivClassName
{
background-color: #9D534F;
}
.BgClassName
{
background-color: #9D534F;
}
</style>
border-color css
<style>
span { border-color: #9D534F; }
span { border-color: rgb(157,83,79); }
td.TdClassName
{
border-color: #9D534F;
}
.TagClassName
{
border-color: #9D534F;
}
</style>