Shades of Copper Rust #9D524D
Tints of Copper Rust #9D524D
RGB
CMYK
RGB Variations
Color information
#9D524D (or 0x9D524D) is known color: Copper Rust. HEX triplet: 9D, 52 and 4D. RGB value is (157,82,77). Sum of RGB (Red+Green+Blue) = 157+82+77=316 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.68% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 77 (30.47% from 255 or 24.37% from 316); Max value from RGB is 157 - color contains mainly: red. Hex color #9D524D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D524D is #62ADB2. Grayscale: #676767. Windows color (decimal): -6466995 or 5067421. OLE color: 5067421.
HSL color Cylindrical-coordinate representation of color #9D524D: hue angle of 3.75º 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 #9D524D is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 82 | 77 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.38 |
| HSL | 3.75º | 0.34% | 0.46% | - |
| HSV(B) | 3.75º | 0.51% | 0.62% | - |
| XYZ | 18.26 | 13.74 | 8.71 | - |
| YUV | 103.86 | 112.85 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 82 | 77 | 0 | 0.48 | 0.51 | 0.38 | 3.75 | 0.34 | 0.46 |
| Hex | 9D | 52 | 4D | 0 | 30 | 33 | 26 | 4 | 22 | 2E |
| Octal | 235 | 122 | 115 | 0 | 60 | 63 | 46 | 4 | 42 | 56 |
| Binary | 10011101 | 1010010 | 1001101 | 0 | 110000 | 110011 | 100110 | 100 | 100010 | 101110 |
Color Harmonies of #9D524D
Complementary color
Monochromatic Colors of #9D524D
Black with #9D524D
Text Example
Text Example
White with #9D524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D524D; }
p { color: rgb(157,82,77); }
H1.HeaderClassName
{
color: #9D524D;
}
.AnyTagClassName
{
color: #9D524D;
}
</style>
background-color css
<style>
a { background-color: #9D524D; }
a { background-color: rgb(157,82,77); }
div.DivClassName
{
background-color: #9D524D;
}
.BgClassName
{
background-color: #9D524D;
}
</style>
border-color css
<style>
span { border-color: #9D524D; }
span { border-color: rgb(157,82,77); }
td.TdClassName
{
border-color: #9D524D;
}
.TagClassName
{
border-color: #9D524D;
}
</style>