Shades of Copper Rust #9E5048
Tints of Copper Rust #9E5048
RGB
CMYK
RGB Variations
Color information
#9E5048 (or 0x9E5048) is known color: Copper Rust. HEX triplet: 9E, 50 and 48. RGB value is (158,80,72). Sum of RGB (Red+Green+Blue) = 158+80+72=310 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.97% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5048 is #61AFB7. Grayscale: #666666. Windows color (decimal): -6401976 or 4739230. OLE color: 4739230.
HSL color Cylindrical-coordinate representation of color #9E5048: hue angle of 5.58º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9E5048 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 80 | 72 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.38 |
| HSL | 5.58º | 0.37% | 0.45% | - |
| HSV(B) | 5.58º | 0.54% | 0.62% | - |
| XYZ | 18.14 | 13.47 | 7.78 | - |
| YUV | 102.41 | 110.84 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 80 | 72 | 0 | 0.49 | 0.54 | 0.38 | 5.58 | 0.37 | 0.45 |
| Hex | 9E | 50 | 48 | 0 | 31 | 36 | 26 | 6 | 25 | 2D |
| Octal | 236 | 120 | 110 | 0 | 61 | 66 | 46 | 6 | 45 | 55 |
| Binary | 10011110 | 1010000 | 1001000 | 0 | 110001 | 110110 | 100110 | 110 | 100101 | 101101 |
Color Harmonies of #9E5048
Complementary color
Monochromatic Colors of #9E5048
Black with #9E5048
Text Example
Text Example
White with #9E5048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5048; }
p { color: rgb(158,80,72); }
H1.HeaderClassName
{
color: #9E5048;
}
.AnyTagClassName
{
color: #9E5048;
}
</style>
background-color css
<style>
a { background-color: #9E5048; }
a { background-color: rgb(158,80,72); }
div.DivClassName
{
background-color: #9E5048;
}
.BgClassName
{
background-color: #9E5048;
}
</style>
border-color css
<style>
span { border-color: #9E5048; }
span { border-color: rgb(158,80,72); }
td.TdClassName
{
border-color: #9E5048;
}
.TagClassName
{
border-color: #9E5048;
}
</style>