#8E5144

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

Shades of El Salva #8E5144

Tints of El Salva #8E5144

Color information

#8E5144 (or 0x8E5144) is unknown color: approx El Salva. HEX triplet: 8E, 51 and 44. RGB value is (142,81,68). Sum of RGB (Red+Green+Blue) = 142+81+68=291 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.80% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 68 (26.95% from 255 or 23.37% from 291); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5144 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5144 is #71AEBB. Grayscale: #616161. Windows color (decimal): -7450300 or 4477326. OLE color: 4477326.

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

Color convert

RGB1428168-
CMYK00.430.520.44
HSL10.54º35.24%41.18%-
HSV(B)10.54º52.11%55.69%-
XYZ15.1412.057-
YUV97.76111.21159.56-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 48.80%
GREEN value IS 81 (32.03% from 255) = 27.84%
BLUE value IS 68 (26.95% from 255) = 23.37%
R=48.80%
G=27.84%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.52
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142816800.430.520.4410.5435.2441.18
Hex8E514402B342Cb2329
Octal2161211040536454134351
Binary100011101010001100010001010111101001011001011100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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