Shades of El Salva #8D5045
Tints of El Salva #8D5045
RGB
CMYK
RGB Variations
Color information
#8D5045 (or 0x8D5045) is known color: El Salva. HEX triplet: 8D, 50 and 45. RGB value is (141,80,69). Sum of RGB (Red+Green+Blue) = 141+80+69=290 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.62% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 69 (27.34% from 255 or 23.79% from 290); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5045 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D5045 is #72AFBA. Grayscale: #616161. Windows color (decimal): -7516091 or 4542605. OLE color: 4542605.
HSL color Cylindrical-coordinate representation of color #8D5045: hue angle of 9.17º 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 #8D5045 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 80 | 69 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.45 |
| HSL | 9.17º | 0.34% | 0.41% | - |
| HSV(B) | 9.17º | 0.51% | 0.55% | - |
| XYZ | 14.93 | 11.83 | 7.13 | - |
| YUV | 96.99 | 112.21 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 80 | 69 | 0 | 0.43 | 0.51 | 0.45 | 9.17 | 0.34 | 0.41 |
| Hex | 8D | 50 | 45 | 0 | 2B | 33 | 2D | 9 | 22 | 29 |
| Octal | 215 | 120 | 105 | 0 | 53 | 63 | 55 | 11 | 42 | 51 |
| Binary | 10001101 | 1010000 | 1000101 | 0 | 101011 | 110011 | 101101 | 1001 | 100010 | 101001 |
Color Harmonies of #8D5045
Complementary color
Monochromatic Colors of #8D5045
Black with #8D5045
Text Example
Text Example
White with #8D5045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5045; }
p { color: rgb(141,80,69); }
H1.HeaderClassName
{
color: #8D5045;
}
.AnyTagClassName
{
color: #8D5045;
}
</style>
background-color css
<style>
a { background-color: #8D5045; }
a { background-color: rgb(141,80,69); }
div.DivClassName
{
background-color: #8D5045;
}
.BgClassName
{
background-color: #8D5045;
}
</style>
border-color css
<style>
span { border-color: #8D5045; }
span { border-color: rgb(141,80,69); }
td.TdClassName
{
border-color: #8D5045;
}
.TagClassName
{
border-color: #8D5045;
}
</style>