Shades of El Salva #8E5649
Tints of El Salva #8E5649
RGB
CMYK
RGB Variations
Color information
#8E5649 (or 0x8E5649) is known color: El Salva. HEX triplet: 8E, 56 and 49. RGB value is (142,86,73). Sum of RGB (Red+Green+Blue) = 142+86+73=301 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.18% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 73 (28.91% from 255 or 24.25% from 301); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5649 is #71A9B6. Grayscale: #656565. Windows color (decimal): -7449015 or 4806286. OLE color: 4806286.
HSL color Cylindrical-coordinate representation of color #8E5649: hue angle of 11.3º 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 #8E5649 is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 86 | 73 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.44 |
| HSL | 11.3º | 0.32% | 0.42% | - |
| HSV(B) | 11.3º | 0.49% | 0.56% | - |
| XYZ | 15.69 | 12.89 | 7.96 | - |
| YUV | 101.26 | 112.05 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 86 | 73 | 0 | 0.39 | 0.49 | 0.44 | 11.3 | 0.32 | 0.42 |
| Hex | 8E | 56 | 49 | 0 | 27 | 31 | 2C | B | 20 | 2A |
| Octal | 216 | 126 | 111 | 0 | 47 | 61 | 54 | 13 | 40 | 52 |
| Binary | 10001110 | 1010110 | 1001001 | 0 | 100111 | 110001 | 101100 | 1011 | 100000 | 101010 |
Color Harmonies of #8E5649
Complementary color
Monochromatic Colors of #8E5649
Black with #8E5649
Text Example
Text Example
White with #8E5649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5649; }
p { color: rgb(142,86,73); }
H1.HeaderClassName
{
color: #8E5649;
}
.AnyTagClassName
{
color: #8E5649;
}
</style>
background-color css
<style>
a { background-color: #8E5649; }
a { background-color: rgb(142,86,73); }
div.DivClassName
{
background-color: #8E5649;
}
.BgClassName
{
background-color: #8E5649;
}
</style>
border-color css
<style>
span { border-color: #8E5649; }
span { border-color: rgb(142,86,73); }
td.TdClassName
{
border-color: #8E5649;
}
.TagClassName
{
border-color: #8E5649;
}
</style>