Shades of Copper #E3855B
Tints of Copper #E3855B
RGB
CMYK
RGB Variations
Color information
#E3855B (or 0xE3855B) is known color: Copper. HEX triplet: E3, 85 and 5B. RGB value is (227,133,91). Sum of RGB (Red+Green+Blue) = 227+133+91=451 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.33% from 451); Green value is 133 (52.34% from 255 or 29.49% from 451); Blue value is 91 (35.94% from 255 or 20.18% from 451); Max value from RGB is 227 - color contains mainly: red. Hex color #E3855B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3855B is #1C7AA4. Grayscale: #9C9C9C. Windows color (decimal): -1866405 or 5998051. OLE color: 5998051.
HSL color Cylindrical-coordinate representation of color #E3855B: hue angle of 18.53º 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 #E3855B is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 133 | 91 | - |
| CMYK | 0 | 0.41 | 0.60 | 0.11 |
| HSL | 18.53º | 0.71% | 0.62% | - |
| HSV(B) | 18.53º | 0.6% | 0.89% | - |
| XYZ | 41.95 | 33.86 | 14.22 | - |
| YUV | 156.32 | 91.14 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 133 | 91 | 0 | 0.41 | 0.60 | 0.11 | 18.53 | 0.71 | 0.62 |
| Hex | E3 | 85 | 5B | 0 | 29 | 3C | B | 13 | 47 | 3E |
| Octal | 343 | 205 | 133 | 0 | 51 | 74 | 13 | 23 | 107 | 76 |
| Binary | 11100011 | 10000101 | 1011011 | 0 | 101001 | 111100 | 1011 | 10011 | 1000111 | 111110 |
Color Harmonies of #E3855B
Complementary color
Monochromatic Colors of #E3855B
Black with #E3855B
Text Example
Text Example
White with #E3855B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3855B; }
p { color: rgb(227,133,91); }
H1.HeaderClassName
{
color: #E3855B;
}
.AnyTagClassName
{
color: #E3855B;
}
</style>
background-color css
<style>
a { background-color: #E3855B; }
a { background-color: rgb(227,133,91); }
div.DivClassName
{
background-color: #E3855B;
}
.BgClassName
{
background-color: #E3855B;
}
</style>
border-color css
<style>
span { border-color: #E3855B; }
span { border-color: rgb(227,133,91); }
td.TdClassName
{
border-color: #E3855B;
}
.TagClassName
{
border-color: #E3855B;
}
</style>