Shades of Copper Rust #9E5553
Tints of Copper Rust #9E5553
RGB
CMYK
RGB Variations
Color information
#9E5553 (or 0x9E5553) is known color: Copper Rust. HEX triplet: 9E, 55 and 53. RGB value is (158,85,83). Sum of RGB (Red+Green+Blue) = 158+85+83=326 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.47% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 83 (32.81% from 255 or 25.46% from 326); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5553 is #61AAAC. Grayscale: #6A6A6A. Windows color (decimal): -6400685 or 5461406. OLE color: 5461406.
HSL color Cylindrical-coordinate representation of color #9E5553: hue angle of 1.6º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9E5553 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 85 | 83 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.38 |
| HSL | 1.6º | 0.31% | 0.47% | - |
| HSV(B) | 1.6º | 0.47% | 0.62% | - |
| XYZ | 18.91 | 14.39 | 9.96 | - |
| YUV | 106.6 | 114.68 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 85 | 83 | 0 | 0.46 | 0.47 | 0.38 | 1.6 | 0.31 | 0.47 |
| Hex | 9E | 55 | 53 | 0 | 2E | 2F | 26 | 2 | 1F | 2F |
| Octal | 236 | 125 | 123 | 0 | 56 | 57 | 46 | 2 | 37 | 57 |
| Binary | 10011110 | 1010101 | 1010011 | 0 | 101110 | 101111 | 100110 | 10 | 11111 | 101111 |
Color Harmonies of #9E5553
Complementary color
Monochromatic Colors of #9E5553
Black with #9E5553
Text Example
Text Example
White with #9E5553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5553; }
p { color: rgb(158,85,83); }
H1.HeaderClassName
{
color: #9E5553;
}
.AnyTagClassName
{
color: #9E5553;
}
</style>
background-color css
<style>
a { background-color: #9E5553; }
a { background-color: rgb(158,85,83); }
div.DivClassName
{
background-color: #9E5553;
}
.BgClassName
{
background-color: #9E5553;
}
</style>
border-color css
<style>
span { border-color: #9E5553; }
span { border-color: rgb(158,85,83); }
td.TdClassName
{
border-color: #9E5553;
}
.TagClassName
{
border-color: #9E5553;
}
</style>