Shades of Copper Rust #9E5851
Tints of Copper Rust #9E5851
RGB
CMYK
RGB Variations
Color information
#9E5851 (or 0x9E5851) is known color: Copper Rust. HEX triplet: 9E, 58 and 51. RGB value is (158,88,81). Sum of RGB (Red+Green+Blue) = 158+88+81=327 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.32% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 81 (32.03% from 255 or 24.77% from 327); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5851 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5851 is #61A7AE. Grayscale: #6C6C6C. Windows color (decimal): -6399919 or 5331102. OLE color: 5331102.
HSL color Cylindrical-coordinate representation of color #9E5851: hue angle of 5.45º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9E5851 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 88 | 81 | - |
| CMYK | 0 | 0.44 | 0.49 | 0.38 |
| HSL | 5.45º | 0.32% | 0.47% | - |
| HSV(B) | 5.45º | 0.49% | 0.62% | - |
| XYZ | 19.08 | 14.84 | 9.64 | - |
| YUV | 108.13 | 112.69 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 88 | 81 | 0 | 0.44 | 0.49 | 0.38 | 5.45 | 0.32 | 0.47 |
| Hex | 9E | 58 | 51 | 0 | 2C | 31 | 26 | 5 | 20 | 2F |
| Octal | 236 | 130 | 121 | 0 | 54 | 61 | 46 | 5 | 40 | 57 |
| Binary | 10011110 | 1011000 | 1010001 | 0 | 101100 | 110001 | 100110 | 101 | 100000 | 101111 |
Color Harmonies of #9E5851
Complementary color
Monochromatic Colors of #9E5851
Black with #9E5851
Text Example
Text Example
White with #9E5851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5851; }
p { color: rgb(158,88,81); }
H1.HeaderClassName
{
color: #9E5851;
}
.AnyTagClassName
{
color: #9E5851;
}
</style>
background-color css
<style>
a { background-color: #9E5851; }
a { background-color: rgb(158,88,81); }
div.DivClassName
{
background-color: #9E5851;
}
.BgClassName
{
background-color: #9E5851;
}
</style>
border-color css
<style>
span { border-color: #9E5851; }
span { border-color: rgb(158,88,81); }
td.TdClassName
{
border-color: #9E5851;
}
.TagClassName
{
border-color: #9E5851;
}
</style>