#8E5447

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

Shades of El Salva #8E5447

Tints of El Salva #8E5447

Color information

#8E5447 (or 0x8E5447) is unknown color: approx El Salva. HEX triplet: 8E, 54 and 47. RGB value is (142,84,71). Sum of RGB (Red+Green+Blue) = 142+84+71=297 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.81% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 71 (28.12% from 255 or 23.91% from 297); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5447 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5447 is #71ABB8. Grayscale: #636363. Windows color (decimal): -7449529 or 4674702. OLE color: 4674702.

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

Color convert

RGB1428471-
CMYK00.410.50.44
HSL10.99º33.33%41.76%-
HSV(B)10.99º50%55.69%-
XYZ15.4612.557.57-
YUV99.86111.72158.06-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 47.81%
GREEN value IS 84 (33.20% from 255) = 28.28%
BLUE value IS 71 (28.12% from 255) = 23.91%
R=47.81%
G=28.28%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.5
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142847100.410.50.4410.9933.3341.76
Hex8E5447029322Cb212a
Octal2161241070516254134152
Binary100011101010100100011101010011100101011001011100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E5447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,84,71); }

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

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

 a { background-color: rgb(142,84,71); }

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

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

 span { border-color: rgb(142,84,71); }

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