#8E5244

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

Shades of El Salva #8E5244

Tints of El Salva #8E5244

Color information

#8E5244 (or 0x8E5244) is unknown color: approx El Salva. HEX triplet: 8E, 52 and 44. RGB value is (142,82,68). Sum of RGB (Red+Green+Blue) = 142+82+68=292 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.63% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 68 (26.95% from 255 or 23.29% from 292); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5244 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5244 is #71ADBB. Grayscale: #626262. Windows color (decimal): -7450044 or 4477582. OLE color: 4477582.

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

Color convert

RGB1428268-
CMYK00.420.520.44
HSL11.35º35.24%41.18%-
HSV(B)11.35º52.11%55.69%-
XYZ15.2212.27.02-
YUV98.34110.88159.14-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 48.63%
GREEN value IS 82 (32.42% from 255) = 28.08%
BLUE value IS 68 (26.95% from 255) = 23.29%
R=48.63%
G=28.08%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142826800.420.520.4411.3535.2441.18
Hex8E524402A342Cb2329
Octal2161221040526454134351
Binary100011101010010100010001010101101001011001011100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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