Shades of El Salva #8C5548
Tints of El Salva #8C5548
RGB
CMYK
RGB Variations
Color information
#8C5548 (or 0x8C5548) is known color: El Salva. HEX triplet: 8C, 55 and 48. RGB value is (140,85,72). Sum of RGB (Red+Green+Blue) = 140+85+72=297 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.14% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 72 (28.52% from 255 or 24.24% from 297); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5548 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5548 is #73AAB7. Grayscale: #646464. Windows color (decimal): -7580344 or 4740492. OLE color: 4740492.
HSL color Cylindrical-coordinate representation of color #8C5548: hue angle of 11.47º 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 #8C5548 is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 85 | 72 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.45 |
| HSL | 11.47º | 0.32% | 0.42% | - |
| HSV(B) | 11.47º | 0.49% | 0.55% | - |
| XYZ | 15.23 | 12.54 | 7.75 | - |
| YUV | 99.96 | 112.22 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 85 | 72 | 0 | 0.39 | 0.49 | 0.45 | 11.47 | 0.32 | 0.42 |
| Hex | 8C | 55 | 48 | 0 | 27 | 31 | 2D | B | 20 | 2A |
| Octal | 214 | 125 | 110 | 0 | 47 | 61 | 55 | 13 | 40 | 52 |
| Binary | 10001100 | 1010101 | 1001000 | 0 | 100111 | 110001 | 101101 | 1011 | 100000 | 101010 |
Color Harmonies of #8C5548
Complementary color
Monochromatic Colors of #8C5548
Black with #8C5548
Text Example
Text Example
White with #8C5548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5548; }
p { color: rgb(140,85,72); }
H1.HeaderClassName
{
color: #8C5548;
}
.AnyTagClassName
{
color: #8C5548;
}
</style>
background-color css
<style>
a { background-color: #8C5548; }
a { background-color: rgb(140,85,72); }
div.DivClassName
{
background-color: #8C5548;
}
.BgClassName
{
background-color: #8C5548;
}
</style>
border-color css
<style>
span { border-color: #8C5548; }
span { border-color: rgb(140,85,72); }
td.TdClassName
{
border-color: #8C5548;
}
.TagClassName
{
border-color: #8C5548;
}
</style>