Shades of Copper #E3875D
Tints of Copper #E3875D
RGB
CMYK
RGB Variations
Color information
#E3875D (or 0xE3875D) is known color: Copper. HEX triplet: E3, 87 and 5D. RGB value is (227,135,93). Sum of RGB (Red+Green+Blue) = 227+135+93=455 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.89% from 455); Green value is 135 (53.12% from 255 or 29.67% from 455); Blue value is 93 (36.72% from 255 or 20.44% from 455); Max value from RGB is 227 - color contains mainly: red. Hex color #E3875D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3875D is #1C78A2. Grayscale: #9D9D9D. Windows color (decimal): -1865891 or 6129635. OLE color: 6129635.
HSL color Cylindrical-coordinate representation of color #E3875D: hue angle of 18.81º 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 #E3875D is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 135 | 93 | - |
| CMYK | 0 | 0.41 | 0.59 | 0.11 |
| HSL | 18.81º | 0.71% | 0.63% | - |
| HSV(B) | 18.81º | 0.59% | 0.89% | - |
| XYZ | 42.32 | 34.45 | 14.77 | - |
| YUV | 157.72 | 91.48 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 135 | 93 | 0 | 0.41 | 0.59 | 0.11 | 18.81 | 0.71 | 0.63 |
| Hex | E3 | 87 | 5D | 0 | 29 | 3B | B | 13 | 47 | 3F |
| Octal | 343 | 207 | 135 | 0 | 51 | 73 | 13 | 23 | 107 | 77 |
| Binary | 11100011 | 10000111 | 1011101 | 0 | 101001 | 111011 | 1011 | 10011 | 1000111 | 111111 |
Color Harmonies of #E3875D
Complementary color
Monochromatic Colors of #E3875D
Black with #E3875D
Text Example
Text Example
White with #E3875D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3875D; }
p { color: rgb(227,135,93); }
H1.HeaderClassName
{
color: #E3875D;
}
.AnyTagClassName
{
color: #E3875D;
}
</style>
background-color css
<style>
a { background-color: #E3875D; }
a { background-color: rgb(227,135,93); }
div.DivClassName
{
background-color: #E3875D;
}
.BgClassName
{
background-color: #E3875D;
}
</style>
border-color css
<style>
span { border-color: #E3875D; }
span { border-color: rgb(227,135,93); }
td.TdClassName
{
border-color: #E3875D;
}
.TagClassName
{
border-color: #E3875D;
}
</style>