Shades of Copper #E3845D
Tints of Copper #E3845D
RGB
CMYK
RGB Variations
Color information
#E3845D (or 0xE3845D) is known color: Copper. HEX triplet: E3, 84 and 5D. RGB value is (227,132,93). Sum of RGB (Red+Green+Blue) = 227+132+93=452 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.22% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 93 (36.72% from 255 or 20.58% from 452); Max value from RGB is 227 - color contains mainly: red. Hex color #E3845D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3845D is #1C7BA2. Grayscale: #9C9C9C. Windows color (decimal): -1866659 or 6128867. OLE color: 6128867.
HSL color Cylindrical-coordinate representation of color #E3845D: hue angle of 17.46º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E3845D is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 132 | 93 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.11 |
| HSL | 17.46º | 0.71% | 0.63% | - |
| HSV(B) | 17.46º | 0.59% | 0.89% | - |
| XYZ | 41.91 | 33.62 | 14.64 | - |
| YUV | 155.96 | 92.47 | 178.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 132 | 93 | 0 | 0.42 | 0.59 | 0.11 | 17.46 | 0.71 | 0.63 |
| Hex | E3 | 84 | 5D | 0 | 2A | 3B | B | 11 | 47 | 3F |
| Octal | 343 | 204 | 135 | 0 | 52 | 73 | 13 | 21 | 107 | 77 |
| Binary | 11100011 | 10000100 | 1011101 | 0 | 101010 | 111011 | 1011 | 10001 | 1000111 | 111111 |
Color Harmonies of #E3845D
Complementary color
Monochromatic Colors of #E3845D
Black with #E3845D
Text Example
Text Example
White with #E3845D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3845D; }
p { color: rgb(227,132,93); }
H1.HeaderClassName
{
color: #E3845D;
}
.AnyTagClassName
{
color: #E3845D;
}
</style>
background-color css
<style>
a { background-color: #E3845D; }
a { background-color: rgb(227,132,93); }
div.DivClassName
{
background-color: #E3845D;
}
.BgClassName
{
background-color: #E3845D;
}
</style>
border-color css
<style>
span { border-color: #E3845D; }
span { border-color: rgb(227,132,93); }
td.TdClassName
{
border-color: #E3845D;
}
.TagClassName
{
border-color: #E3845D;
}
</style>