Shades of El Salva #8C5649
Tints of El Salva #8C5649
RGB
CMYK
RGB Variations
Color information
#8C5649 (or 0x8C5649) is known color: El Salva. HEX triplet: 8C, 56 and 49. RGB value is (140,86,73). Sum of RGB (Red+Green+Blue) = 140+86+73=299 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.82% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 73 (28.91% from 255 or 24.41% from 299); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5649 is #73A9B6. Grayscale: #646464. Windows color (decimal): -7580087 or 4806284. OLE color: 4806284.
HSL color Cylindrical-coordinate representation of color #8C5649: hue angle of 11.64º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8C5649 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 86 | 73 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.45 |
| HSL | 11.64º | 0.31% | 0.42% | - |
| HSV(B) | 11.64º | 0.48% | 0.55% | - |
| XYZ | 15.35 | 12.71 | 7.95 | - |
| YUV | 100.66 | 112.39 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 86 | 73 | 0 | 0.39 | 0.48 | 0.45 | 11.64 | 0.31 | 0.42 |
| Hex | 8C | 56 | 49 | 0 | 27 | 30 | 2D | C | 1F | 2A |
| Octal | 214 | 126 | 111 | 0 | 47 | 60 | 55 | 14 | 37 | 52 |
| Binary | 10001100 | 1010110 | 1001001 | 0 | 100111 | 110000 | 101101 | 1100 | 11111 | 101010 |
Color Harmonies of #8C5649
Complementary color
Monochromatic Colors of #8C5649
Black with #8C5649
Text Example
Text Example
White with #8C5649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5649; }
p { color: rgb(140,86,73); }
H1.HeaderClassName
{
color: #8C5649;
}
.AnyTagClassName
{
color: #8C5649;
}
</style>
background-color css
<style>
a { background-color: #8C5649; }
a { background-color: rgb(140,86,73); }
div.DivClassName
{
background-color: #8C5649;
}
.BgClassName
{
background-color: #8C5649;
}
</style>
border-color css
<style>
span { border-color: #8C5649; }
span { border-color: rgb(140,86,73); }
td.TdClassName
{
border-color: #8C5649;
}
.TagClassName
{
border-color: #8C5649;
}
</style>