Shades of El Salva #8E4F47
Tints of El Salva #8E4F47
RGB
CMYK
RGB Variations
Color information
#8E4F47 (or 0x8E4F47) is known color: 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
| RGB | 142 | 79 | 71 | - |
| CMYK | 0 | 0.44 | 0.5 | 0.44 |
| HSL | 6.76º | 0.33% | 0.42% | - |
| HSV(B) | 6.76º | 0.5% | 0.56% | - |
| XYZ | 15.09 | 11.8 | 7.44 | - |
| YUV | 96.93 | 113.37 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 79 | 71 | 0 | 0.44 | 0.5 | 0.44 | 6.76 | 0.33 | 0.42 |
| Hex | 8E | 4F | 47 | 0 | 2C | 32 | 2C | 7 | 21 | 2A |
| Octal | 216 | 117 | 107 | 0 | 54 | 62 | 54 | 7 | 41 | 52 |
| Binary | 10001110 | 1001111 | 1000111 | 0 | 101100 | 110010 | 101100 | 111 | 100001 | 101010 |
Color Harmonies of #8E4F47
Complementary color
Monochromatic Colors of #8E4F47
Black with #8E4F47
Text Example
Text Example
White with #8E4F47
Text Example
Text Example
HTML Codes & Css Web 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>