#8E4F47

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

Shades of El Salva #8E4F47

Tints of El Salva #8E4F47

Color information

#8E4F47 (or 0x8E4F47) is unknown color: approx El Salva. HEX triplet: 8E, 4F and 47. RGB value is (142,79,71). Sum of RGB (Red+Green+Blue) = 142+79+71=292 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.63% from 292); Green value is 79 (31.25% from 255 or 27.05% from 292); Blue value is 71 (28.12% from 255 or 24.32% from 292); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4F47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E4F47 is #71B0B8. Grayscale: #616161. Windows color (decimal): -7450809 or 4673422. OLE color: 4673422.

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

Color convert

RGB1427971-
CMYK00.440.50.44
HSL6.76º33.33%41.76%-
HSV(B)6.76º50%55.69%-
XYZ15.0911.87.44-
YUV96.92113.37160.15-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 48.63%
GREEN value IS 79 (31.25% from 255) = 27.05%
BLUE value IS 71 (28.12% from 255) = 24.32%
R=48.63%
G=27.05%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.5
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142797100.440.50.446.7633.3341.76
Hex8E4F4702C322C7212a
Octal216117107054625474152
Binary10001110100111110001110101100110010101100111100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E4F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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