#8E5349

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

Shades of El Salva #8E5349

Tints of El Salva #8E5349

Color information

#8E5349 (or 0x8E5349) is unknown color: approx El Salva. HEX triplet: 8E, 53 and 49. RGB value is (142,83,73). Sum of RGB (Red+Green+Blue) = 142+83+73=298 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.65% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5349 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5349 is #71ACB6. Grayscale: #636363. Windows color (decimal): -7449783 or 4805518. OLE color: 4805518.

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

Color convert

RGB1428373-
CMYK00.420.490.44
HSL8.7º32.09%42.16%-
HSV(B)8.7º48.59%55.69%-
XYZ15.4512.427.89-
YUV99.5113.05158.31-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.65%
GREEN value IS 83 (32.81% from 255) = 27.85%
BLUE value IS 73 (28.91% from 255) = 24.50%
R=47.65%
G=27.85%
B=24.50%

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
Decimal142837300.420.490.448.732.0942.16
Hex8E534902A312C9202a
Octal2161231110526154114052
Binary100011101010011100100101010101100011011001001100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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