Shades of El Salva #8C5047
Tints of El Salva #8C5047
RGB
CMYK
RGB Variations
Color information
#8C5047 (or 0x8C5047) is known color: El Salva. HEX triplet: 8C, 50 and 47. RGB value is (140,80,71). Sum of RGB (Red+Green+Blue) = 140+80+71=291 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.11% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 71 (28.12% from 255 or 24.40% from 291); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5047 is #73AFB8. Grayscale: #616161. Windows color (decimal): -7581625 or 4673676. OLE color: 4673676.
HSL color Cylindrical-coordinate representation of color #8C5047: hue angle of 7.83º 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 #8C5047 is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 80 | 71 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.45 |
| HSL | 7.83º | 0.33% | 0.41% | - |
| HSV(B) | 7.83º | 0.49% | 0.55% | - |
| XYZ | 14.82 | 11.77 | 7.45 | - |
| YUV | 96.91 | 113.38 | 158.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 80 | 71 | 0 | 0.43 | 0.49 | 0.45 | 7.83 | 0.33 | 0.41 |
| Hex | 8C | 50 | 47 | 0 | 2B | 31 | 2D | 8 | 21 | 29 |
| Octal | 214 | 120 | 107 | 0 | 53 | 61 | 55 | 10 | 41 | 51 |
| Binary | 10001100 | 1010000 | 1000111 | 0 | 101011 | 110001 | 101101 | 1000 | 100001 | 101001 |
Color Harmonies of #8C5047
Complementary color
Monochromatic Colors of #8C5047
Black with #8C5047
Text Example
Text Example
White with #8C5047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5047; }
p { color: rgb(140,80,71); }
H1.HeaderClassName
{
color: #8C5047;
}
.AnyTagClassName
{
color: #8C5047;
}
</style>
background-color css
<style>
a { background-color: #8C5047; }
a { background-color: rgb(140,80,71); }
div.DivClassName
{
background-color: #8C5047;
}
.BgClassName
{
background-color: #8C5047;
}
</style>
border-color css
<style>
span { border-color: #8C5047; }
span { border-color: rgb(140,80,71); }
td.TdClassName
{
border-color: #8C5047;
}
.TagClassName
{
border-color: #8C5047;
}
</style>