#8E5851

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

Shades of Copper Rust #8E5851

Tints of Copper Rust #8E5851

Color information

#8E5851 (or 0x8E5851) is unknown color: approx Copper Rust. HEX triplet: 8E, 58 and 51. RGB value is (142,88,81). Sum of RGB (Red+Green+Blue) = 142+88+81=311 (41% of max value = 765). Red value is 142 (55.86% from 255 or 45.66% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 81 (32.03% from 255 or 26.05% from 311); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5851 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5851 is #71A7AE. Grayscale: #676767. Windows color (decimal): -7448495 or 5331086. OLE color: 5331086.

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

Color convert

RGB1428881-
CMYK00.380.430.44
HSL6.89º27.35%43.73%-
HSV(B)6.89º42.96%55.69%-
XYZ16.1313.329.51-
YUV103.35115.39155.57-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 45.66%
GREEN value IS 88 (34.77% from 255) = 28.30%
BLUE value IS 81 (32.03% from 255) = 26.05%
R=45.66%
G=28.30%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142888100.380.430.446.8927.3543.73
Hex8E58510262B2C71b2c
Octal216130121046535473354
Binary1000111010110001010001010011010101110110011111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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