Shades of El Salva #8F564A
Tints of El Salva #8F564A
RGB
CMYK
RGB Variations
Color information
#8F564A (or 0x8F564A) is known color: El Salva. HEX triplet: 8F, 56 and 4A. RGB value is (143,86,74). Sum of RGB (Red+Green+Blue) = 143+86+74=303 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.19% from 303); Green value is 86 (33.98% from 255 or 28.38% from 303); Blue value is 74 (29.30% from 255 or 24.42% from 303); Max value from RGB is 143 - color contains mainly: red. Hex color #8F564A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F564A is #70A9B5. Grayscale: #656565. Windows color (decimal): -7383478 or 4871823. OLE color: 4871823.
HSL color Cylindrical-coordinate representation of color #8F564A: hue angle of 10.43º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8F564A is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 86 | 74 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.44 |
| HSL | 10.43º | 0.32% | 0.43% | - |
| HSV(B) | 10.43º | 0.48% | 0.56% | - |
| XYZ | 15.89 | 12.99 | 8.15 | - |
| YUV | 101.68 | 112.38 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 86 | 74 | 0 | 0.40 | 0.48 | 0.44 | 10.43 | 0.32 | 0.43 |
| Hex | 8F | 56 | 4A | 0 | 28 | 30 | 2C | A | 20 | 2B |
| Octal | 217 | 126 | 112 | 0 | 50 | 60 | 54 | 12 | 40 | 53 |
| Binary | 10001111 | 1010110 | 1001010 | 0 | 101000 | 110000 | 101100 | 1010 | 100000 | 101011 |
Color Harmonies of #8F564A
Complementary color
Monochromatic Colors of #8F564A
Black with #8F564A
Text Example
Text Example
White with #8F564A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F564A; }
p { color: rgb(143,86,74); }
H1.HeaderClassName
{
color: #8F564A;
}
.AnyTagClassName
{
color: #8F564A;
}
</style>
background-color css
<style>
a { background-color: #8F564A; }
a { background-color: rgb(143,86,74); }
div.DivClassName
{
background-color: #8F564A;
}
.BgClassName
{
background-color: #8F564A;
}
</style>
border-color css
<style>
span { border-color: #8F564A; }
span { border-color: rgb(143,86,74); }
td.TdClassName
{
border-color: #8F564A;
}
.TagClassName
{
border-color: #8F564A;
}
</style>