#E3855D

Color #E3855D Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Copper #E3855D

Tints of Copper #E3855D

Color information

#E3855D (or 0xE3855D) is unknown color: approx Copper. HEX triplet: E3, 85 and 5D. RGB value is (227,133,93). Sum of RGB (Red+Green+Blue) = 227+133+93=453 (60% of max value = 765). Red value is 227 (89.06% from 255 or 50.11% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 93 (36.72% from 255 or 20.53% from 453); Max value from RGB is 227 - color contains mainly: red. Hex color #E3855D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E3855D is #1C7AA2. Grayscale: #9C9C9C. Windows color (decimal): -1866403 or 6129123. OLE color: 6129123.

HSL color Cylindrical-coordinate representation of color #E3855D: hue angle of 17.91º 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 #E3855D is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.11.

Color convert

RGB22713393-
CMYK00.410.590.11
HSL17.91º70.53%62.75%-
HSV(B)17.91º59.03%89.02%-
XYZ42.0433.914.68-
YUV156.5592.14178.25-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 227 (89.06% from 255) = 50.11%
GREEN value IS 133 (52.34% from 255) = 29.36%
BLUE value IS 93 (36.72% from 255) = 20.53%
R=50.11%
G=29.36%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.59
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271339300.410.590.1117.9170.5362.75
HexE3855D0293BB12473f
Octal34320513505173132210777
Binary1110001110000101101110101010011110111011100101000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3855D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3855D; }

 p { color: rgb(227,133,93); }

 H1.HeaderClassName
 {
   color: #E3855D;
 }
 .AnyTagClassName
 {
   color: #E3855D;
 }
</style>
background-color css

<style>
 a { background-color: #E3855D; }

 a { background-color: rgb(227,133,93); }

 div.DivClassName
 {
   background-color: #E3855D;
 }
 .BgClassName
 {
   background-color: #E3855D;
 }
</style>
border-color css

<style>
 span { border-color: #E3855D; }

 span { border-color: rgb(227,133,93); }

 td.TdClassName
 {
   border-color: #E3855D;
 }
 .TagClassName
 {
   border-color: #E3855D;
 }
</style>