Shades of Copper Rust #9E5955
Tints of Copper Rust #9E5955
RGB
CMYK
RGB Variations
Color information
#9E5955 (or 0x9E5955) is known color: Copper Rust. HEX triplet: 9E, 59 and 55. RGB value is (158,89,85). Sum of RGB (Red+Green+Blue) = 158+89+85=332 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.59% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 85 (33.59% from 255 or 25.60% from 332); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5955 is #61A6AA. Grayscale: #6D6D6D. Windows color (decimal): -6399659 or 5593502. OLE color: 5593502.
HSL color Cylindrical-coordinate representation of color #9E5955: hue angle of 3.29º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E5955 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 89 | 85 | - |
| CMYK | 0 | 0.44 | 0.46 | 0.38 |
| HSL | 3.29º | 0.3% | 0.48% | - |
| HSV(B) | 3.29º | 0.46% | 0.62% | - |
| XYZ | 19.31 | 15.07 | 10.49 | - |
| YUV | 109.18 | 114.36 | 162.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 89 | 85 | 0 | 0.44 | 0.46 | 0.38 | 3.29 | 0.3 | 0.48 |
| Hex | 9E | 59 | 55 | 0 | 2C | 2E | 26 | 3 | 1E | 30 |
| Octal | 236 | 131 | 125 | 0 | 54 | 56 | 46 | 3 | 36 | 60 |
| Binary | 10011110 | 1011001 | 1010101 | 0 | 101100 | 101110 | 100110 | 11 | 11110 | 110000 |
Color Harmonies of #9E5955
Complementary color
Monochromatic Colors of #9E5955
Black with #9E5955
Text Example
Text Example
White with #9E5955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5955; }
p { color: rgb(158,89,85); }
H1.HeaderClassName
{
color: #9E5955;
}
.AnyTagClassName
{
color: #9E5955;
}
</style>
background-color css
<style>
a { background-color: #9E5955; }
a { background-color: rgb(158,89,85); }
div.DivClassName
{
background-color: #9E5955;
}
.BgClassName
{
background-color: #9E5955;
}
</style>
border-color css
<style>
span { border-color: #9E5955; }
span { border-color: rgb(158,89,85); }
td.TdClassName
{
border-color: #9E5955;
}
.TagClassName
{
border-color: #9E5955;
}
</style>