#8E5A52

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

Shades of Copper Rust #8E5A52

Tints of Copper Rust #8E5A52

Color information

#8E5A52 (or 0x8E5A52) is unknown color: approx Copper Rust. HEX triplet: 8E, 5A and 52. RGB value is (142,90,82). Sum of RGB (Red+Green+Blue) = 142+90+82=314 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.22% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 82 (32.42% from 255 or 26.11% from 314); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5A52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5A52 is #71A5AD. Grayscale: #686868. Windows color (decimal): -7447982 or 5397134. OLE color: 5397134.

HSL color Cylindrical-coordinate representation of color #8E5A52: hue angle of 8º degrees, saturation: 0.27, 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 #8E5A52 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.44.

Color convert

RGB1429082-
CMYK00.370.420.44
HSL26.79%43.92%-
HSV(B)42.25%55.69%-
XYZ16.3313.679.76-
YUV104.64115.23154.65-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.22%
GREEN value IS 90 (35.55% from 255) = 28.66%
BLUE value IS 82 (32.42% from 255) = 26.11%
R=45.22%
G=28.66%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142908200.370.420.44826.7943.92
Hex8E5A520252A2C81b2c
Octal2161321220455254103354
Binary10001110101101010100100100101101010101100100011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,90,82); }

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

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

 a { background-color: rgb(142,90,82); }

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

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

 span { border-color: rgb(142,90,82); }

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