Shades of Copper Rust #9E524D
Tints of Copper Rust #9E524D
RGB
CMYK
RGB Variations
Color information
#9E524D (or 0x9E524D) is known color: Copper Rust. HEX triplet: 9E, 52 and 4D. RGB value is (158,82,77). Sum of RGB (Red+Green+Blue) = 158+82+77=317 (41% of max value = 765). Red value is 158 (62.11% from 255 or 49.84% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 158 - color contains mainly: red. Hex color #9E524D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E524D is #61ADB2. Grayscale: #686868. Windows color (decimal): -6401459 or 5067422. OLE color: 5067422.
HSL color Cylindrical-coordinate representation of color #9E524D: hue angle of 3.7º 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 #9E524D is Cyan = 0, Magento = 0.48, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 82 | 77 | - |
| CMYK | 0 | 0.48 | 0.51 | 0.38 |
| HSL | 3.7º | 0.34% | 0.46% | - |
| HSV(B) | 3.7º | 0.51% | 0.62% | - |
| XYZ | 18.46 | 13.84 | 8.72 | - |
| YUV | 104.15 | 112.68 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 82 | 77 | 0 | 0.48 | 0.51 | 0.38 | 3.7 | 0.34 | 0.46 |
| Hex | 9E | 52 | 4D | 0 | 30 | 33 | 26 | 4 | 22 | 2E |
| Octal | 236 | 122 | 115 | 0 | 60 | 63 | 46 | 4 | 42 | 56 |
| Binary | 10011110 | 1010010 | 1001101 | 0 | 110000 | 110011 | 100110 | 100 | 100010 | 101110 |
Color Harmonies of #9E524D
Complementary color
Monochromatic Colors of #9E524D
Black with #9E524D
Text Example
Text Example
White with #9E524D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E524D; }
p { color: rgb(158,82,77); }
H1.HeaderClassName
{
color: #9E524D;
}
.AnyTagClassName
{
color: #9E524D;
}
</style>
background-color css
<style>
a { background-color: #9E524D; }
a { background-color: rgb(158,82,77); }
div.DivClassName
{
background-color: #9E524D;
}
.BgClassName
{
background-color: #9E524D;
}
</style>
border-color css
<style>
span { border-color: #9E524D; }
span { border-color: rgb(158,82,77); }
td.TdClassName
{
border-color: #9E524D;
}
.TagClassName
{
border-color: #9E524D;
}
</style>