Shades of El Salva #8C5549
Tints of El Salva #8C5549
RGB
CMYK
RGB Variations
Color information
#8C5549 (or 0x8C5549) is known color: El Salva. HEX triplet: 8C, 55 and 49. RGB value is (140,85,73). Sum of RGB (Red+Green+Blue) = 140+85+73=298 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.98% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5549 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5549 is #73AAB6. Grayscale: #646464. Windows color (decimal): -7580343 or 4806028. OLE color: 4806028.
HSL color Cylindrical-coordinate representation of color #8C5549: hue angle of 10.75º 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 #8C5549 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 85 | 73 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.45 |
| HSL | 10.75º | 0.31% | 0.42% | - |
| HSV(B) | 10.75º | 0.48% | 0.55% | - |
| XYZ | 15.27 | 12.55 | 7.92 | - |
| YUV | 100.08 | 112.72 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 85 | 73 | 0 | 0.39 | 0.48 | 0.45 | 10.75 | 0.31 | 0.42 |
| Hex | 8C | 55 | 49 | 0 | 27 | 30 | 2D | B | 1F | 2A |
| Octal | 214 | 125 | 111 | 0 | 47 | 60 | 55 | 13 | 37 | 52 |
| Binary | 10001100 | 1010101 | 1001001 | 0 | 100111 | 110000 | 101101 | 1011 | 11111 | 101010 |
Color Harmonies of #8C5549
Complementary color
Monochromatic Colors of #8C5549
Black with #8C5549
Text Example
Text Example
White with #8C5549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5549; }
p { color: rgb(140,85,73); }
H1.HeaderClassName
{
color: #8C5549;
}
.AnyTagClassName
{
color: #8C5549;
}
</style>
background-color css
<style>
a { background-color: #8C5549; }
a { background-color: rgb(140,85,73); }
div.DivClassName
{
background-color: #8C5549;
}
.BgClassName
{
background-color: #8C5549;
}
</style>
border-color css
<style>
span { border-color: #8C5549; }
span { border-color: rgb(140,85,73); }
td.TdClassName
{
border-color: #8C5549;
}
.TagClassName
{
border-color: #8C5549;
}
</style>