#8E5043

Color #8E5043 El Salva (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of El Salva #8E5043

Tints of El Salva #8E5043

Color information

#8E5043 (or 0x8E5043) is unknown color: approx El Salva. HEX triplet: 8E, 50 and 43. RGB value is (142,80,67). Sum of RGB (Red+Green+Blue) = 142+80+67=289 (38% of max value = 765). Red value is 142 (55.86% from 255 or 49.13% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 67 (26.56% from 255 or 23.18% from 289); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5043 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5043 is #71AFBC. Grayscale: #616161. Windows color (decimal): -7450557 or 4411534. OLE color: 4411534.

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

Color convert

RGB1428067-
CMYK00.440.530.44
HSL10.4º35.89%40.98%-
HSV(B)10.4º52.82%55.69%-
XYZ15.0411.896.81-
YUV97.06111.04160.06-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.13%
GREEN value IS 80 (31.64% from 255) = 27.68%
BLUE value IS 67 (26.56% from 255) = 23.18%
R=49.13%
G=27.68%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.53
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142806700.440.530.4410.435.8940.98
Hex8E504302C352Ca2429
Octal2161201030546554124451
Binary100011101010000100001101011001101011011001010100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,80,67); }

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

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

 a { background-color: rgb(142,80,67); }

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

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

 span { border-color: rgb(142,80,67); }

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