Shades of Copper Rust #9E544D
Tints of Copper Rust #9E544D
RGB
CMYK
RGB Variations
Color information
#9E544D (or 0x9E544D) is known color: Copper Rust. HEX triplet: 9E, 54 and 4D. RGB value is (158,84,77). Sum of RGB (Red+Green+Blue) = 158+84+77=319 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.53% from 319); Green value is 84 (33.20% from 255 or 26.33% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 158 - color contains mainly: red. Hex color #9E544D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E544D is #61ABB2. Grayscale: #696969. Windows color (decimal): -6400947 or 5067934. OLE color: 5067934.
HSL color Cylindrical-coordinate representation of color #9E544D: hue angle of 5.19º 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 #9E544D is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 84 | 77 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.38 |
| HSL | 5.19º | 0.34% | 0.46% | - |
| HSV(B) | 5.19º | 0.51% | 0.62% | - |
| XYZ | 18.61 | 14.15 | 8.77 | - |
| YUV | 105.33 | 112.02 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 84 | 77 | 0 | 0.47 | 0.51 | 0.38 | 5.19 | 0.34 | 0.46 |
| Hex | 9E | 54 | 4D | 0 | 2F | 33 | 26 | 5 | 22 | 2E |
| Octal | 236 | 124 | 115 | 0 | 57 | 63 | 46 | 5 | 42 | 56 |
| Binary | 10011110 | 1010100 | 1001101 | 0 | 101111 | 110011 | 100110 | 101 | 100010 | 101110 |
Color Harmonies of #9E544D
Complementary color
Monochromatic Colors of #9E544D
Black with #9E544D
Text Example
Text Example
White with #9E544D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E544D; }
p { color: rgb(158,84,77); }
H1.HeaderClassName
{
color: #9E544D;
}
.AnyTagClassName
{
color: #9E544D;
}
</style>
background-color css
<style>
a { background-color: #9E544D; }
a { background-color: rgb(158,84,77); }
div.DivClassName
{
background-color: #9E544D;
}
.BgClassName
{
background-color: #9E544D;
}
</style>
border-color css
<style>
span { border-color: #9E544D; }
span { border-color: rgb(158,84,77); }
td.TdClassName
{
border-color: #9E544D;
}
.TagClassName
{
border-color: #9E544D;
}
</style>