Shades of El Salva #8E5145
Tints of El Salva #8E5145
RGB
CMYK
RGB Variations
Color information
#8E5145 (or 0x8E5145) is known color: El Salva. HEX triplet: 8E, 51 and 45. RGB value is (142,81,69). Sum of RGB (Red+Green+Blue) = 142+81+69=292 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.63% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 69 (27.34% from 255 or 23.63% from 292); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E5145 is #71AEBA. Grayscale: #616161. Windows color (decimal): -7450299 or 4542862. OLE color: 4542862.
HSL color Cylindrical-coordinate representation of color #8E5145: hue angle of 9.86º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8E5145 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 81 | 69 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.44 |
| HSL | 9.86º | 0.35% | 0.41% | - |
| HSV(B) | 9.86º | 0.51% | 0.56% | - |
| XYZ | 15.17 | 12.07 | 7.16 | - |
| YUV | 97.87 | 111.71 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 81 | 69 | 0 | 0.43 | 0.51 | 0.44 | 9.86 | 0.35 | 0.41 |
| Hex | 8E | 51 | 45 | 0 | 2B | 33 | 2C | A | 23 | 29 |
| Octal | 216 | 121 | 105 | 0 | 53 | 63 | 54 | 12 | 43 | 51 |
| Binary | 10001110 | 1010001 | 1000101 | 0 | 101011 | 110011 | 101100 | 1010 | 100011 | 101001 |
Color Harmonies of #8E5145
Complementary color
Monochromatic Colors of #8E5145
Black with #8E5145
Text Example
Text Example
White with #8E5145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5145; }
p { color: rgb(142,81,69); }
H1.HeaderClassName
{
color: #8E5145;
}
.AnyTagClassName
{
color: #8E5145;
}
</style>
background-color css
<style>
a { background-color: #8E5145; }
a { background-color: rgb(142,81,69); }
div.DivClassName
{
background-color: #8E5145;
}
.BgClassName
{
background-color: #8E5145;
}
</style>
border-color css
<style>
span { border-color: #8E5145; }
span { border-color: rgb(142,81,69); }
td.TdClassName
{
border-color: #8E5145;
}
.TagClassName
{
border-color: #8E5145;
}
</style>