Shades of Copper #E3875B
Tints of Copper #E3875B
RGB
CMYK
RGB Variations
Color information
#E3875B (or 0xE3875B) is known color: Copper. HEX triplet: E3, 87 and 5B. RGB value is (227,135,91). Sum of RGB (Red+Green+Blue) = 227+135+91=453 (60% of max value = 765). Red value is 227 (89.06% from 255 or 50.11% from 453); Green value is 135 (53.12% from 255 or 29.80% from 453); Blue value is 91 (35.94% from 255 or 20.09% from 453); Max value from RGB is 227 - color contains mainly: red. Hex color #E3875B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3875B is #1C78A4. Grayscale: #9D9D9D. Windows color (decimal): -1865893 or 5998563. OLE color: 5998563.
HSL color Cylindrical-coordinate representation of color #E3875B: hue angle of 19.41º 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 #E3875B is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 135 | 91 | - |
| CMYK | 0 | 0.41 | 0.60 | 0.11 |
| HSL | 19.41º | 0.71% | 0.62% | - |
| HSV(B) | 19.41º | 0.6% | 0.89% | - |
| XYZ | 42.23 | 34.41 | 14.31 | - |
| YUV | 157.49 | 90.48 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 135 | 91 | 0 | 0.41 | 0.60 | 0.11 | 19.41 | 0.71 | 0.62 |
| Hex | E3 | 87 | 5B | 0 | 29 | 3C | B | 13 | 47 | 3E |
| Octal | 343 | 207 | 133 | 0 | 51 | 74 | 13 | 23 | 107 | 76 |
| Binary | 11100011 | 10000111 | 1011011 | 0 | 101001 | 111100 | 1011 | 10011 | 1000111 | 111110 |
Color Harmonies of #E3875B
Complementary color
Monochromatic Colors of #E3875B
Black with #E3875B
Text Example
Text Example
White with #E3875B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3875B; }
p { color: rgb(227,135,91); }
H1.HeaderClassName
{
color: #E3875B;
}
.AnyTagClassName
{
color: #E3875B;
}
</style>
background-color css
<style>
a { background-color: #E3875B; }
a { background-color: rgb(227,135,91); }
div.DivClassName
{
background-color: #E3875B;
}
.BgClassName
{
background-color: #E3875B;
}
</style>
border-color css
<style>
span { border-color: #E3875B; }
span { border-color: rgb(227,135,91); }
td.TdClassName
{
border-color: #E3875B;
}
.TagClassName
{
border-color: #E3875B;
}
</style>