#8E4E41

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

Shades of El Salva #8E4E41

Tints of El Salva #8E4E41

Color information

#8E4E41 (or 0x8E4E41) is unknown color: approx El Salva. HEX triplet: 8E, 4E and 41. RGB value is (142,78,65). Sum of RGB (Red+Green+Blue) = 142+78+65=285 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.82% from 285); Green value is 78 (30.86% from 255 or 27.37% from 285); Blue value is 65 (25.78% from 255 or 22.81% from 285); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E4E41 is #71B1BE. Grayscale: #5F5F5F. Windows color (decimal): -7451071 or 4279950. OLE color: 4279950.

HSL color Cylindrical-coordinate representation of color #8E4E41: hue angle of 10.13º 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 #8E4E41 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.44.

Color convert

RGB1427865-
CMYK00.450.540.44
HSL10.13º37.2%40.59%-
HSV(B)10.13º54.23%55.69%-
XYZ14.8311.586.45-
YUV95.65110.7161.06-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 49.82%
GREEN value IS 78 (30.86% from 255) = 27.37%
BLUE value IS 65 (25.78% from 255) = 22.81%
R=49.82%
G=27.37%
B=22.81%

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
Decimal142786500.450.540.4410.1337.240.59
Hex8E4E4102D362Ca2529
Octal2161161010556654124551
Binary100011101001110100000101011011101101011001010100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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