Shades of El Salva #8D4F45
Tints of El Salva #8D4F45
RGB
CMYK
RGB Variations
Color information
#8D4F45 (or 0x8D4F45) is known color: El Salva. HEX triplet: 8D, 4F and 45. RGB value is (141,79,69). Sum of RGB (Red+Green+Blue) = 141+79+69=289 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.79% from 289); Green value is 79 (31.25% from 255 or 27.34% from 289); Blue value is 69 (27.34% from 255 or 23.88% from 289); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4F45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D4F45 is #72B0BA. Grayscale: #606060. Windows color (decimal): -7516347 or 4542349. OLE color: 4542349.
HSL color Cylindrical-coordinate representation of color #8D4F45: hue angle of 8.33º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8D4F45 is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 79 | 69 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.45 |
| HSL | 8.33º | 0.34% | 0.41% | - |
| HSV(B) | 8.33º | 0.51% | 0.55% | - |
| XYZ | 14.85 | 11.68 | 7.1 | - |
| YUV | 96.4 | 112.54 | 159.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 79 | 69 | 0 | 0.44 | 0.51 | 0.45 | 8.33 | 0.34 | 0.41 |
| Hex | 8D | 4F | 45 | 0 | 2C | 33 | 2D | 8 | 22 | 29 |
| Octal | 215 | 117 | 105 | 0 | 54 | 63 | 55 | 10 | 42 | 51 |
| Binary | 10001101 | 1001111 | 1000101 | 0 | 101100 | 110011 | 101101 | 1000 | 100010 | 101001 |
Color Harmonies of #8D4F45
Complementary color
Monochromatic Colors of #8D4F45
Black with #8D4F45
Text Example
Text Example
White with #8D4F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4F45; }
p { color: rgb(141,79,69); }
H1.HeaderClassName
{
color: #8D4F45;
}
.AnyTagClassName
{
color: #8D4F45;
}
</style>
background-color css
<style>
a { background-color: #8D4F45; }
a { background-color: rgb(141,79,69); }
div.DivClassName
{
background-color: #8D4F45;
}
.BgClassName
{
background-color: #8D4F45;
}
</style>
border-color css
<style>
span { border-color: #8D4F45; }
span { border-color: rgb(141,79,69); }
td.TdClassName
{
border-color: #8D4F45;
}
.TagClassName
{
border-color: #8D4F45;
}
</style>