Shades of El Salva #8C5347
Tints of El Salva #8C5347
RGB
CMYK
RGB Variations
Color information
#8C5347 (or 0x8C5347) is known color: El Salva. HEX triplet: 8C, 53 and 47. RGB value is (140,83,71). Sum of RGB (Red+Green+Blue) = 140+83+71=294 (38% of max value = 765). Red value is 140 (55.08% from 255 or 47.62% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 71 (28.12% from 255 or 24.15% from 294); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5347 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5347 is #73ACB8. Grayscale: #626262. Windows color (decimal): -7580857 or 4674444. OLE color: 4674444.
HSL color Cylindrical-coordinate representation of color #8C5347: hue angle of 10.43º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C5347 is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 83 | 71 | - |
| CMYK | 0 | 0.41 | 0.49 | 0.45 |
| HSL | 10.43º | 0.33% | 0.41% | - |
| HSV(B) | 10.43º | 0.49% | 0.55% | - |
| XYZ | 15.05 | 12.22 | 7.53 | - |
| YUV | 98.68 | 112.38 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 83 | 71 | 0 | 0.41 | 0.49 | 0.45 | 10.43 | 0.33 | 0.41 |
| Hex | 8C | 53 | 47 | 0 | 29 | 31 | 2D | A | 21 | 29 |
| Octal | 214 | 123 | 107 | 0 | 51 | 61 | 55 | 12 | 41 | 51 |
| Binary | 10001100 | 1010011 | 1000111 | 0 | 101001 | 110001 | 101101 | 1010 | 100001 | 101001 |
Color Harmonies of #8C5347
Complementary color
Monochromatic Colors of #8C5347
Black with #8C5347
Text Example
Text Example
White with #8C5347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5347; }
p { color: rgb(140,83,71); }
H1.HeaderClassName
{
color: #8C5347;
}
.AnyTagClassName
{
color: #8C5347;
}
</style>
background-color css
<style>
a { background-color: #8C5347; }
a { background-color: rgb(140,83,71); }
div.DivClassName
{
background-color: #8C5347;
}
.BgClassName
{
background-color: #8C5347;
}
</style>
border-color css
<style>
span { border-color: #8C5347; }
span { border-color: rgb(140,83,71); }
td.TdClassName
{
border-color: #8C5347;
}
.TagClassName
{
border-color: #8C5347;
}
</style>