Shades of El Salva #8C5246
Tints of El Salva #8C5246
RGB
CMYK
RGB Variations
Color information
#8C5246 (or 0x8C5246) is known color: El Salva. HEX triplet: 8C, 52 and 46. RGB value is (140,82,70). Sum of RGB (Red+Green+Blue) = 140+82+70=292 (38% of max value = 765). Red value is 140 (55.08% from 255 or 47.95% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 70 (27.73% from 255 or 23.97% from 292); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5246 is #73ADB9. Grayscale: #626262. Windows color (decimal): -7581114 or 4608652. OLE color: 4608652.
HSL color Cylindrical-coordinate representation of color #8C5246: hue angle of 10.29º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8C5246 is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 82 | 70 | - |
| CMYK | 0 | 0.41 | 0.50 | 0.45 |
| HSL | 10.29º | 0.33% | 0.41% | - |
| HSV(B) | 10.29º | 0.5% | 0.55% | - |
| XYZ | 14.94 | 12.05 | 7.33 | - |
| YUV | 97.97 | 112.22 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 82 | 70 | 0 | 0.41 | 0.50 | 0.45 | 10.29 | 0.33 | 0.41 |
| Hex | 8C | 52 | 46 | 0 | 29 | 32 | 2D | A | 21 | 29 |
| Octal | 214 | 122 | 106 | 0 | 51 | 62 | 55 | 12 | 41 | 51 |
| Binary | 10001100 | 1010010 | 1000110 | 0 | 101001 | 110010 | 101101 | 1010 | 100001 | 101001 |
Color Harmonies of #8C5246
Complementary color
Monochromatic Colors of #8C5246
Black with #8C5246
Text Example
Text Example
White with #8C5246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5246; }
p { color: rgb(140,82,70); }
H1.HeaderClassName
{
color: #8C5246;
}
.AnyTagClassName
{
color: #8C5246;
}
</style>
background-color css
<style>
a { background-color: #8C5246; }
a { background-color: rgb(140,82,70); }
div.DivClassName
{
background-color: #8C5246;
}
.BgClassName
{
background-color: #8C5246;
}
</style>
border-color css
<style>
span { border-color: #8C5246; }
span { border-color: rgb(140,82,70); }
td.TdClassName
{
border-color: #8C5246;
}
.TagClassName
{
border-color: #8C5246;
}
</style>