Shades of El Salva #8F5748
Tints of El Salva #8F5748
RGB
CMYK
RGB Variations
Color information
#8F5748 (or 0x8F5748) is known color: El Salva. HEX triplet: 8F, 57 and 48. RGB value is (143,87,72). Sum of RGB (Red+Green+Blue) = 143+87+72=302 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.35% from 302); Green value is 87 (34.38% from 255 or 28.81% from 302); Blue value is 72 (28.52% from 255 or 23.84% from 302); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F5748 is #70A8B7. Grayscale: #666666. Windows color (decimal): -7383224 or 4741007. OLE color: 4741007.
HSL color Cylindrical-coordinate representation of color #8F5748: hue angle of 12.68º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8F5748 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 87 | 72 | - |
| CMYK | 0 | 0.39 | 0.50 | 0.44 |
| HSL | 12.68º | 0.33% | 0.42% | - |
| HSV(B) | 12.68º | 0.5% | 0.56% | - |
| XYZ | 15.91 | 13.12 | 7.83 | - |
| YUV | 102.03 | 111.05 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 87 | 72 | 0 | 0.39 | 0.50 | 0.44 | 12.68 | 0.33 | 0.42 |
| Hex | 8F | 57 | 48 | 0 | 27 | 32 | 2C | D | 21 | 2A |
| Octal | 217 | 127 | 110 | 0 | 47 | 62 | 54 | 15 | 41 | 52 |
| Binary | 10001111 | 1010111 | 1001000 | 0 | 100111 | 110010 | 101100 | 1101 | 100001 | 101010 |
Color Harmonies of #8F5748
Complementary color
Monochromatic Colors of #8F5748
Black with #8F5748
Text Example
Text Example
White with #8F5748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5748; }
p { color: rgb(143,87,72); }
H1.HeaderClassName
{
color: #8F5748;
}
.AnyTagClassName
{
color: #8F5748;
}
</style>
background-color css
<style>
a { background-color: #8F5748; }
a { background-color: rgb(143,87,72); }
div.DivClassName
{
background-color: #8F5748;
}
.BgClassName
{
background-color: #8F5748;
}
</style>
border-color css
<style>
span { border-color: #8F5748; }
span { border-color: rgb(143,87,72); }
td.TdClassName
{
border-color: #8F5748;
}
.TagClassName
{
border-color: #8F5748;
}
</style>