Shades of Copper #E3825C
Tints of Copper #E3825C
RGB
CMYK
RGB Variations
Color information
#E3825C (or 0xE3825C) is known color: Copper. HEX triplet: E3, 82 and 5C. RGB value is (227,130,92). Sum of RGB (Red+Green+Blue) = 227+130+92=449 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.56% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 92 (36.33% from 255 or 20.49% from 449); Max value from RGB is 227 - color contains mainly: red. Hex color #E3825C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3825C is #1C7DA3. Grayscale: #9A9A9A. Windows color (decimal): -1867172 or 6062819. OLE color: 6062819.
HSL color Cylindrical-coordinate representation of color #E3825C: hue angle of 16.89º 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 #E3825C is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 130 | 92 | - |
| CMYK | 0 | 0.43 | 0.59 | 0.11 |
| HSL | 16.89º | 0.71% | 0.63% | - |
| HSV(B) | 16.89º | 0.59% | 0.89% | - |
| XYZ | 41.59 | 33.07 | 14.32 | - |
| YUV | 154.67 | 92.64 | 179.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 130 | 92 | 0 | 0.43 | 0.59 | 0.11 | 16.89 | 0.71 | 0.63 |
| Hex | E3 | 82 | 5C | 0 | 2B | 3B | B | 11 | 47 | 3F |
| Octal | 343 | 202 | 134 | 0 | 53 | 73 | 13 | 21 | 107 | 77 |
| Binary | 11100011 | 10000010 | 1011100 | 0 | 101011 | 111011 | 1011 | 10001 | 1000111 | 111111 |
Color Harmonies of #E3825C
Complementary color
Monochromatic Colors of #E3825C
Black with #E3825C
Text Example
Text Example
White with #E3825C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3825C; }
p { color: rgb(227,130,92); }
H1.HeaderClassName
{
color: #E3825C;
}
.AnyTagClassName
{
color: #E3825C;
}
</style>
background-color css
<style>
a { background-color: #E3825C; }
a { background-color: rgb(227,130,92); }
div.DivClassName
{
background-color: #E3825C;
}
.BgClassName
{
background-color: #E3825C;
}
</style>
border-color css
<style>
span { border-color: #E3825C; }
span { border-color: rgb(227,130,92); }
td.TdClassName
{
border-color: #E3825C;
}
.TagClassName
{
border-color: #E3825C;
}
</style>