#8E5549

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

Shades of El Salva #8E5549

Tints of El Salva #8E5549

Color information

#8E5549 (or 0x8E5549) is unknown color: approx El Salva. HEX triplet: 8E, 55 and 49. RGB value is (142,85,73). Sum of RGB (Red+Green+Blue) = 142+85+73=300 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.33% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5549 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5549 is #71AAB6. Grayscale: #646464. Windows color (decimal): -7449271 or 4806030. OLE color: 4806030.

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

Color convert

RGB1428573-
CMYK00.400.490.44
HSL10.43º32.09%42.16%-
HSV(B)10.43º48.59%55.69%-
XYZ15.6112.737.94-
YUV100.68112.38157.48-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.33%
GREEN value IS 85 (33.59% from 255) = 28.33%
BLUE value IS 73 (28.91% from 255) = 24.33%
R=47.33%
G=28.33%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142857300.400.490.4410.4332.0942.16
Hex8E5549028312Ca202a
Octal2161251110506154124052
Binary100011101010101100100101010001100011011001010100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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