#8E5853

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

Shades of Copper Rust #8E5853

Tints of Copper Rust #8E5853

Color information

#8E5853 (or 0x8E5853) is unknown color: approx Copper Rust. HEX triplet: 8E, 58 and 53. RGB value is (142,88,83). Sum of RGB (Red+Green+Blue) = 142+88+83=313 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.37% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 83 (32.81% from 255 or 26.52% from 313); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5853 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5853 is #71A7AC. Grayscale: #676767. Windows color (decimal): -7448493 or 5462158. OLE color: 5462158.

HSL color Cylindrical-coordinate representation of color #8E5853: hue angle of 5.08º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8E5853 is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.44.

Color convert

RGB1428883-
CMYK00.380.420.44
HSL5.08º26.22%44.12%-
HSV(B)5.08º41.55%55.69%-
XYZ16.2113.359.91-
YUV103.58116.39155.41-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.37%
GREEN value IS 88 (34.77% from 255) = 28.12%
BLUE value IS 83 (32.81% from 255) = 26.52%
R=45.37%
G=28.12%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142888300.380.420.445.0826.2244.12
Hex8E58530262A2C51a2c
Octal216130123046525453254
Binary1000111010110001010011010011010101010110010111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E5853; }

 p { color: rgb(142,88,83); }

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

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

 a { background-color: rgb(142,88,83); }

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

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

 span { border-color: rgb(142,88,83); }

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