Shades of Copper Rust #9E5554
Tints of Copper Rust #9E5554
RGB
CMYK
RGB Variations
Color information
#9E5554 (or 0x9E5554) is known color: Copper Rust. HEX triplet: 9E, 55 and 54. RGB value is (158,85,84). Sum of RGB (Red+Green+Blue) = 158+85+84=327 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.32% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 84 (33.20% from 255 or 25.69% from 327); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5554 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5554 is #61AAAB. Grayscale: #6A6A6A. Windows color (decimal): -6400684 or 5526942. OLE color: 5526942.
HSL color Cylindrical-coordinate representation of color #9E5554: hue angle of 0.81º 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 #9E5554 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 85 | 84 | - |
| CMYK | 0 | 0.46 | 0.47 | 0.38 |
| HSL | 0.81º | 0.31% | 0.47% | - |
| HSV(B) | 0.81º | 0.47% | 0.62% | - |
| XYZ | 18.95 | 14.41 | 10.17 | - |
| YUV | 106.71 | 115.18 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 85 | 84 | 0 | 0.46 | 0.47 | 0.38 | 0.81 | 0.31 | 0.47 |
| Hex | 9E | 55 | 54 | 0 | 2E | 2F | 26 | 1 | 1F | 2F |
| Octal | 236 | 125 | 124 | 0 | 56 | 57 | 46 | 1 | 37 | 57 |
| Binary | 10011110 | 1010101 | 1010100 | 0 | 101110 | 101111 | 100110 | 1 | 11111 | 101111 |
Color Harmonies of #9E5554
Complementary color
Monochromatic Colors of #9E5554
Black with #9E5554
Text Example
Text Example
White with #9E5554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5554; }
p { color: rgb(158,85,84); }
H1.HeaderClassName
{
color: #9E5554;
}
.AnyTagClassName
{
color: #9E5554;
}
</style>
background-color css
<style>
a { background-color: #9E5554; }
a { background-color: rgb(158,85,84); }
div.DivClassName
{
background-color: #9E5554;
}
.BgClassName
{
background-color: #9E5554;
}
</style>
border-color css
<style>
span { border-color: #9E5554; }
span { border-color: rgb(158,85,84); }
td.TdClassName
{
border-color: #9E5554;
}
.TagClassName
{
border-color: #9E5554;
}
</style>