Shades of Copper #E3835D
Tints of Copper #E3835D
RGB
CMYK
RGB Variations
Color information
#E3835D (or 0xE3835D) is known color: Copper. HEX triplet: E3, 83 and 5D. RGB value is (227,131,93). Sum of RGB (Red+Green+Blue) = 227+131+93=451 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.33% from 451); Green value is 131 (51.56% from 255 or 29.05% from 451); Blue value is 93 (36.72% from 255 or 20.62% from 451); Max value from RGB is 227 - color contains mainly: red. Hex color #E3835D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3835D is #1C7CA2. Grayscale: #9B9B9B. Windows color (decimal): -1866915 or 6128611. OLE color: 6128611.
HSL color Cylindrical-coordinate representation of color #E3835D: hue angle of 17.01º 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 #E3835D is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 131 | 93 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.11 |
| HSL | 17.01º | 0.71% | 0.63% | - |
| HSV(B) | 17.01º | 0.59% | 0.89% | - |
| XYZ | 41.77 | 33.35 | 14.59 | - |
| YUV | 155.37 | 92.8 | 179.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 131 | 93 | 0 | 0.42 | 0.59 | 0.11 | 17.01 | 0.71 | 0.63 |
| Hex | E3 | 83 | 5D | 0 | 2A | 3B | B | 11 | 47 | 3F |
| Octal | 343 | 203 | 135 | 0 | 52 | 73 | 13 | 21 | 107 | 77 |
| Binary | 11100011 | 10000011 | 1011101 | 0 | 101010 | 111011 | 1011 | 10001 | 1000111 | 111111 |
Color Harmonies of #E3835D
Complementary color
Monochromatic Colors of #E3835D
Black with #E3835D
Text Example
Text Example
White with #E3835D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3835D; }
p { color: rgb(227,131,93); }
H1.HeaderClassName
{
color: #E3835D;
}
.AnyTagClassName
{
color: #E3835D;
}
</style>
background-color css
<style>
a { background-color: #E3835D; }
a { background-color: rgb(227,131,93); }
div.DivClassName
{
background-color: #E3835D;
}
.BgClassName
{
background-color: #E3835D;
}
</style>
border-color css
<style>
span { border-color: #E3835D; }
span { border-color: rgb(227,131,93); }
td.TdClassName
{
border-color: #E3835D;
}
.TagClassName
{
border-color: #E3835D;
}
</style>