Shades of El Salva #8D4D41
Tints of El Salva #8D4D41
RGB
CMYK
RGB Variations
Color information
#8D4D41 (or 0x8D4D41) is known color: El Salva. HEX triplet: 8D, 4D and 41. RGB value is (141,77,65). Sum of RGB (Red+Green+Blue) = 141+77+65=283 (37% of max value = 765). Red value is 141 (55.47% from 255 or 49.82% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 65 (25.78% from 255 or 22.97% from 283); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D4D41 is #72B2BE. Grayscale: #5E5E5E. Windows color (decimal): -7516863 or 4279693. OLE color: 4279693.
HSL color Cylindrical-coordinate representation of color #8D4D41: hue angle of 9.47º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8D4D41 is Cyan = 0, Magento = 0.45, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 77 | 65 | - |
| CMYK | 0 | 0.45 | 0.54 | 0.45 |
| HSL | 9.47º | 0.37% | 0.4% | - |
| HSV(B) | 9.47º | 0.54% | 0.55% | - |
| XYZ | 14.59 | 11.35 | 6.42 | - |
| YUV | 94.77 | 111.2 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 77 | 65 | 0 | 0.45 | 0.54 | 0.45 | 9.47 | 0.37 | 0.4 |
| Hex | 8D | 4D | 41 | 0 | 2D | 36 | 2D | 9 | 25 | 28 |
| Octal | 215 | 115 | 101 | 0 | 55 | 66 | 55 | 11 | 45 | 50 |
| Binary | 10001101 | 1001101 | 1000001 | 0 | 101101 | 110110 | 101101 | 1001 | 100101 | 101000 |
Color Harmonies of #8D4D41
Complementary color
Monochromatic Colors of #8D4D41
Black with #8D4D41
Text Example
Text Example
White with #8D4D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4D41; }
p { color: rgb(141,77,65); }
H1.HeaderClassName
{
color: #8D4D41;
}
.AnyTagClassName
{
color: #8D4D41;
}
</style>
background-color css
<style>
a { background-color: #8D4D41; }
a { background-color: rgb(141,77,65); }
div.DivClassName
{
background-color: #8D4D41;
}
.BgClassName
{
background-color: #8D4D41;
}
</style>
border-color css
<style>
span { border-color: #8D4D41; }
span { border-color: rgb(141,77,65); }
td.TdClassName
{
border-color: #8D4D41;
}
.TagClassName
{
border-color: #8D4D41;
}
</style>