Shades of Copper #E3845A
Tints of Copper #E3845A
RGB
CMYK
RGB Variations
Color information
#E3845A (or 0xE3845A) is known color: Copper. HEX triplet: E3, 84 and 5A. RGB value is (227,132,90). Sum of RGB (Red+Green+Blue) = 227+132+90=449 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.56% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 90 (35.55% from 255 or 20.04% from 449); Max value from RGB is 227 - color contains mainly: red. Hex color #E3845A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3845A is #1C7BA5. Grayscale: #9B9B9B. Windows color (decimal): -1866662 or 5932259. OLE color: 5932259.
HSL color Cylindrical-coordinate representation of color #E3845A: hue angle of 18.39º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E3845A is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 132 | 90 | - |
| CMYK | 0 | 0.42 | 0.60 | 0.11 |
| HSL | 18.39º | 0.71% | 0.62% | - |
| HSV(B) | 18.39º | 0.6% | 0.89% | - |
| XYZ | 41.78 | 33.57 | 13.95 | - |
| YUV | 155.62 | 90.97 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 132 | 90 | 0 | 0.42 | 0.60 | 0.11 | 18.39 | 0.71 | 0.62 |
| Hex | E3 | 84 | 5A | 0 | 2A | 3C | B | 12 | 47 | 3E |
| Octal | 343 | 204 | 132 | 0 | 52 | 74 | 13 | 22 | 107 | 76 |
| Binary | 11100011 | 10000100 | 1011010 | 0 | 101010 | 111100 | 1011 | 10010 | 1000111 | 111110 |
Color Harmonies of #E3845A
Complementary color
Monochromatic Colors of #E3845A
Black with #E3845A
Text Example
Text Example
White with #E3845A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3845A; }
p { color: rgb(227,132,90); }
H1.HeaderClassName
{
color: #E3845A;
}
.AnyTagClassName
{
color: #E3845A;
}
</style>
background-color css
<style>
a { background-color: #E3845A; }
a { background-color: rgb(227,132,90); }
div.DivClassName
{
background-color: #E3845A;
}
.BgClassName
{
background-color: #E3845A;
}
</style>
border-color css
<style>
span { border-color: #E3845A; }
span { border-color: rgb(227,132,90); }
td.TdClassName
{
border-color: #E3845A;
}
.TagClassName
{
border-color: #E3845A;
}
</style>