Shades of Copper #E3835C
Tints of Copper #E3835C
RGB
CMYK
RGB Variations
Color information
#E3835C (or 0xE3835C) is known color: Copper. HEX triplet: E3, 83 and 5C. RGB value is (227,131,92). Sum of RGB (Red+Green+Blue) = 227+131+92=450 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.44% from 450); Green value is 131 (51.56% from 255 or 29.11% from 450); Blue value is 92 (36.33% from 255 or 20.44% from 450); Max value from RGB is 227 - color contains mainly: red. Hex color #E3835C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3835C is #1C7CA3. Grayscale: #9B9B9B. Windows color (decimal): -1866916 or 6063075. OLE color: 6063075.
HSL color Cylindrical-coordinate representation of color #E3835C: hue angle of 17.33º 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 #E3835C is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 131 | 92 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.11 |
| HSL | 17.33º | 0.71% | 0.63% | - |
| HSV(B) | 17.33º | 0.59% | 0.89% | - |
| XYZ | 41.73 | 33.34 | 14.36 | - |
| YUV | 155.26 | 92.3 | 179.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 131 | 92 | 0 | 0.42 | 0.59 | 0.11 | 17.33 | 0.71 | 0.63 |
| Hex | E3 | 83 | 5C | 0 | 2A | 3B | B | 11 | 47 | 3F |
| Octal | 343 | 203 | 134 | 0 | 52 | 73 | 13 | 21 | 107 | 77 |
| Binary | 11100011 | 10000011 | 1011100 | 0 | 101010 | 111011 | 1011 | 10001 | 1000111 | 111111 |
Color Harmonies of #E3835C
Complementary color
Monochromatic Colors of #E3835C
Black with #E3835C
Text Example
Text Example
White with #E3835C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3835C; }
p { color: rgb(227,131,92); }
H1.HeaderClassName
{
color: #E3835C;
}
.AnyTagClassName
{
color: #E3835C;
}
</style>
background-color css
<style>
a { background-color: #E3835C; }
a { background-color: rgb(227,131,92); }
div.DivClassName
{
background-color: #E3835C;
}
.BgClassName
{
background-color: #E3835C;
}
</style>
border-color css
<style>
span { border-color: #E3835C; }
span { border-color: rgb(227,131,92); }
td.TdClassName
{
border-color: #E3835C;
}
.TagClassName
{
border-color: #E3835C;
}
</style>