Shades of Copper #E3845C
Tints of Copper #E3845C
RGB
CMYK
RGB Variations
Color information
#E3845C (or 0xE3845C) is known color: Copper. HEX triplet: E3, 84 and 5C. RGB value is (227,132,92). Sum of RGB (Red+Green+Blue) = 227+132+92=451 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.33% from 451); Green value is 132 (51.95% from 255 or 29.27% from 451); Blue value is 92 (36.33% from 255 or 20.40% from 451); Max value from RGB is 227 - color contains mainly: red. Hex color #E3845C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3845C is #1C7BA3. Grayscale: #9C9C9C. Windows color (decimal): -1866660 or 6063331. OLE color: 6063331.
HSL color Cylindrical-coordinate representation of color #E3845C: hue angle of 17.78º 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 #E3845C is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 132 | 92 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.11 |
| HSL | 17.78º | 0.71% | 0.63% | - |
| HSV(B) | 17.78º | 0.59% | 0.89% | - |
| XYZ | 41.86 | 33.61 | 14.41 | - |
| YUV | 155.85 | 91.97 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 132 | 92 | 0 | 0.42 | 0.59 | 0.11 | 17.78 | 0.71 | 0.63 |
| Hex | E3 | 84 | 5C | 0 | 2A | 3B | B | 12 | 47 | 3F |
| Octal | 343 | 204 | 134 | 0 | 52 | 73 | 13 | 22 | 107 | 77 |
| Binary | 11100011 | 10000100 | 1011100 | 0 | 101010 | 111011 | 1011 | 10010 | 1000111 | 111111 |
Color Harmonies of #E3845C
Complementary color
Monochromatic Colors of #E3845C
Black with #E3845C
Text Example
Text Example
White with #E3845C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3845C; }
p { color: rgb(227,132,92); }
H1.HeaderClassName
{
color: #E3845C;
}
.AnyTagClassName
{
color: #E3845C;
}
</style>
background-color css
<style>
a { background-color: #E3845C; }
a { background-color: rgb(227,132,92); }
div.DivClassName
{
background-color: #E3845C;
}
.BgClassName
{
background-color: #E3845C;
}
</style>
border-color css
<style>
span { border-color: #E3845C; }
span { border-color: rgb(227,132,92); }
td.TdClassName
{
border-color: #E3845C;
}
.TagClassName
{
border-color: #E3845C;
}
</style>