Shades of El Salva #8D5148
Tints of El Salva #8D5148
RGB
CMYK
RGB Variations
Color information
#8D5148 (or 0x8D5148) is known color: El Salva. HEX triplet: 8D, 51 and 48. RGB value is (141,81,72). Sum of RGB (Red+Green+Blue) = 141+81+72=294 (38% of max value = 765). Red value is 141 (55.47% from 255 or 47.96% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5148 is #72AEB7. Grayscale: #626262. Windows color (decimal): -7515832 or 4739469. OLE color: 4739469.
HSL color Cylindrical-coordinate representation of color #8D5148: hue angle of 7.83º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8D5148 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 81 | 72 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.45 |
| HSL | 7.83º | 0.32% | 0.42% | - |
| HSV(B) | 7.83º | 0.49% | 0.55% | - |
| XYZ | 15.1 | 12.02 | 7.65 | - |
| YUV | 97.91 | 113.38 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 81 | 72 | 0 | 0.43 | 0.49 | 0.45 | 7.83 | 0.32 | 0.42 |
| Hex | 8D | 51 | 48 | 0 | 2B | 31 | 2D | 8 | 20 | 2A |
| Octal | 215 | 121 | 110 | 0 | 53 | 61 | 55 | 10 | 40 | 52 |
| Binary | 10001101 | 1010001 | 1001000 | 0 | 101011 | 110001 | 101101 | 1000 | 100000 | 101010 |
Color Harmonies of #8D5148
Complementary color
Monochromatic Colors of #8D5148
Black with #8D5148
Text Example
Text Example
White with #8D5148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5148; }
p { color: rgb(141,81,72); }
H1.HeaderClassName
{
color: #8D5148;
}
.AnyTagClassName
{
color: #8D5148;
}
</style>
background-color css
<style>
a { background-color: #8D5148; }
a { background-color: rgb(141,81,72); }
div.DivClassName
{
background-color: #8D5148;
}
.BgClassName
{
background-color: #8D5148;
}
</style>
border-color css
<style>
span { border-color: #8D5148; }
span { border-color: rgb(141,81,72); }
td.TdClassName
{
border-color: #8D5148;
}
.TagClassName
{
border-color: #8D5148;
}
</style>