Shades of El Salva #8C5348
Tints of El Salva #8C5348
RGB
CMYK
RGB Variations
Color information
#8C5348 (or 0x8C5348) is known color: El Salva. HEX triplet: 8C, 53 and 48. RGB value is (140,83,72). Sum of RGB (Red+Green+Blue) = 140+83+72=295 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.46% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5348 is #73ACB7. Grayscale: #626262. Windows color (decimal): -7580856 or 4739980. OLE color: 4739980.
HSL color Cylindrical-coordinate representation of color #8C5348: hue angle of 9.71º 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 #8C5348 is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 83 | 72 | - |
| CMYK | 0 | 0.41 | 0.49 | 0.45 |
| HSL | 9.71º | 0.32% | 0.42% | - |
| HSV(B) | 9.71º | 0.49% | 0.55% | - |
| XYZ | 15.08 | 12.23 | 7.7 | - |
| YUV | 98.79 | 112.88 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 83 | 72 | 0 | 0.41 | 0.49 | 0.45 | 9.71 | 0.32 | 0.42 |
| Hex | 8C | 53 | 48 | 0 | 29 | 31 | 2D | A | 20 | 2A |
| Octal | 214 | 123 | 110 | 0 | 51 | 61 | 55 | 12 | 40 | 52 |
| Binary | 10001100 | 1010011 | 1001000 | 0 | 101001 | 110001 | 101101 | 1010 | 100000 | 101010 |
Color Harmonies of #8C5348
Complementary color
Monochromatic Colors of #8C5348
Black with #8C5348
Text Example
Text Example
White with #8C5348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5348; }
p { color: rgb(140,83,72); }
H1.HeaderClassName
{
color: #8C5348;
}
.AnyTagClassName
{
color: #8C5348;
}
</style>
background-color css
<style>
a { background-color: #8C5348; }
a { background-color: rgb(140,83,72); }
div.DivClassName
{
background-color: #8C5348;
}
.BgClassName
{
background-color: #8C5348;
}
</style>
border-color css
<style>
span { border-color: #8C5348; }
span { border-color: rgb(140,83,72); }
td.TdClassName
{
border-color: #8C5348;
}
.TagClassName
{
border-color: #8C5348;
}
</style>