#8E5249

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

Shades of El Salva #8E5249

Tints of El Salva #8E5249

Color information

#8E5249 (or 0x8E5249) is unknown color: approx El Salva. HEX triplet: 8E, 52 and 49. RGB value is (142,82,73). Sum of RGB (Red+Green+Blue) = 142+82+73=297 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.81% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 73 (28.91% from 255 or 24.58% from 297); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5249 is #71ADB6. Grayscale: #636363. Windows color (decimal): -7450039 or 4805262. OLE color: 4805262.

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

Color convert

RGB1428273-
CMYK00.420.490.44
HSL7.83º32.09%42.16%-
HSV(B)7.83º48.59%55.69%-
XYZ15.3812.277.86-
YUV98.91113.38158.73-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.81%
GREEN value IS 82 (32.42% from 255) = 27.61%
BLUE value IS 73 (28.91% from 255) = 24.58%
R=47.81%
G=27.61%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142827300.420.490.447.8332.0942.16
Hex8E524902A312C8202a
Octal2161221110526154104052
Binary100011101010010100100101010101100011011001000100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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