Shades of El Salva #8B5147
Tints of El Salva #8B5147
RGB
CMYK
RGB Variations
Color information
#8B5147 (or 0x8B5147) is known color: El Salva. HEX triplet: 8B, 51 and 47. RGB value is (139,81,71). Sum of RGB (Red+Green+Blue) = 139+81+71=291 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.77% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 71 (28.12% from 255 or 24.40% from 291); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5147 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5147 is #74AEB8. Grayscale: #616161. Windows color (decimal): -7646905 or 4673931. OLE color: 4673931.
HSL color Cylindrical-coordinate representation of color #8B5147: hue angle of 8.82º degrees, saturation: 0.32, 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 #8B5147 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 81 | 71 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.45 |
| HSL | 8.82º | 0.32% | 0.41% | - |
| HSV(B) | 8.82º | 0.49% | 0.55% | - |
| XYZ | 14.73 | 11.83 | 7.47 | - |
| YUV | 97.2 | 113.22 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 81 | 71 | 0 | 0.42 | 0.49 | 0.45 | 8.82 | 0.32 | 0.41 |
| Hex | 8B | 51 | 47 | 0 | 2A | 31 | 2D | 9 | 20 | 29 |
| Octal | 213 | 121 | 107 | 0 | 52 | 61 | 55 | 11 | 40 | 51 |
| Binary | 10001011 | 1010001 | 1000111 | 0 | 101010 | 110001 | 101101 | 1001 | 100000 | 101001 |
Color Harmonies of #8B5147
Complementary color
Monochromatic Colors of #8B5147
Black with #8B5147
Text Example
Text Example
White with #8B5147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5147; }
p { color: rgb(139,81,71); }
H1.HeaderClassName
{
color: #8B5147;
}
.AnyTagClassName
{
color: #8B5147;
}
</style>
background-color css
<style>
a { background-color: #8B5147; }
a { background-color: rgb(139,81,71); }
div.DivClassName
{
background-color: #8B5147;
}
.BgClassName
{
background-color: #8B5147;
}
</style>
border-color css
<style>
span { border-color: #8B5147; }
span { border-color: rgb(139,81,71); }
td.TdClassName
{
border-color: #8B5147;
}
.TagClassName
{
border-color: #8B5147;
}
</style>