#8E4E42

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

Shades of El Salva #8E4E42

Tints of El Salva #8E4E42

Color information

#8E4E42 (or 0x8E4E42) is unknown color: approx El Salva. HEX triplet: 8E, 4E and 42. RGB value is (142,78,66). Sum of RGB (Red+Green+Blue) = 142+78+66=286 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.65% from 286); Green value is 78 (30.86% from 255 or 27.27% from 286); Blue value is 66 (26.17% from 255 or 23.08% from 286); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E4E42 is #71B1BD. Grayscale: #5F5F5F. Windows color (decimal): -7451070 or 4345486. OLE color: 4345486.

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

Color convert

RGB1427866-
CMYK00.450.540.44
HSL9.47º36.54%40.78%-
HSV(B)9.47º53.52%55.69%-
XYZ14.8611.596.61-
YUV95.77111.2160.98-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.65%
GREEN value IS 78 (30.86% from 255) = 27.27%
BLUE value IS 66 (26.17% from 255) = 23.08%
R=49.65%
G=27.27%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.54
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142786600.450.540.449.4736.5440.78
Hex8E4E4202D362C92529
Octal2161161020556654114551
Binary100011101001110100001001011011101101011001001100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,78,66); }

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

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

 a { background-color: rgb(142,78,66); }

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

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

 span { border-color: rgb(142,78,66); }

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