Shades of Copper #E3865C
Tints of Copper #E3865C
RGB
CMYK
RGB Variations
Color information
#E3865C (or 0xE3865C) is known color: Copper. HEX triplet: E3, 86 and 5C. RGB value is (227,134,92). Sum of RGB (Red+Green+Blue) = 227+134+92=453 (60% of max value = 765). Red value is 227 (89.06% from 255 or 50.11% from 453); Green value is 134 (52.73% from 255 or 29.58% from 453); Blue value is 92 (36.33% from 255 or 20.31% from 453); Max value from RGB is 227 - color contains mainly: red. Hex color #E3865C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3865C is #1C79A3. Grayscale: #9D9D9D. Windows color (decimal): -1866148 or 6063843. OLE color: 6063843.
HSL color Cylindrical-coordinate representation of color #E3865C: hue angle of 18.67º 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 #E3865C is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 134 | 92 | - |
| CMYK | 0 | 0.41 | 0.59 | 0.11 |
| HSL | 18.67º | 0.71% | 0.63% | - |
| HSV(B) | 18.67º | 0.59% | 0.89% | - |
| XYZ | 42.14 | 34.15 | 14.5 | - |
| YUV | 157.02 | 91.31 | 177.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 134 | 92 | 0 | 0.41 | 0.59 | 0.11 | 18.67 | 0.71 | 0.63 |
| Hex | E3 | 86 | 5C | 0 | 29 | 3B | B | 13 | 47 | 3F |
| Octal | 343 | 206 | 134 | 0 | 51 | 73 | 13 | 23 | 107 | 77 |
| Binary | 11100011 | 10000110 | 1011100 | 0 | 101001 | 111011 | 1011 | 10011 | 1000111 | 111111 |
Color Harmonies of #E3865C
Complementary color
Monochromatic Colors of #E3865C
Black with #E3865C
Text Example
Text Example
White with #E3865C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3865C; }
p { color: rgb(227,134,92); }
H1.HeaderClassName
{
color: #E3865C;
}
.AnyTagClassName
{
color: #E3865C;
}
</style>
background-color css
<style>
a { background-color: #E3865C; }
a { background-color: rgb(227,134,92); }
div.DivClassName
{
background-color: #E3865C;
}
.BgClassName
{
background-color: #E3865C;
}
</style>
border-color css
<style>
span { border-color: #E3865C; }
span { border-color: rgb(227,134,92); }
td.TdClassName
{
border-color: #E3865C;
}
.TagClassName
{
border-color: #E3865C;
}
</style>