Shades of El Salva #8B5047
Tints of El Salva #8B5047
RGB
CMYK
RGB Variations
Color information
#8B5047 (or 0x8B5047) is known color: El Salva. HEX triplet: 8B, 50 and 47. RGB value is (139,80,71). Sum of RGB (Red+Green+Blue) = 139+80+71=290 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.93% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 71 (28.12% from 255 or 24.48% from 290); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5047 is #74AFB8. Grayscale: #606060. Windows color (decimal): -7647161 or 4673675. OLE color: 4673675.
HSL color Cylindrical-coordinate representation of color #8B5047: hue angle of 7.94º 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 #8B5047 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 80 | 71 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.45 |
| HSL | 7.94º | 0.32% | 0.41% | - |
| HSV(B) | 7.94º | 0.49% | 0.55% | - |
| XYZ | 14.65 | 11.68 | 7.44 | - |
| YUV | 96.62 | 113.55 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 80 | 71 | 0 | 0.42 | 0.49 | 0.45 | 7.94 | 0.32 | 0.41 |
| Hex | 8B | 50 | 47 | 0 | 2A | 31 | 2D | 8 | 20 | 29 |
| Octal | 213 | 120 | 107 | 0 | 52 | 61 | 55 | 10 | 40 | 51 |
| Binary | 10001011 | 1010000 | 1000111 | 0 | 101010 | 110001 | 101101 | 1000 | 100000 | 101001 |
Color Harmonies of #8B5047
Complementary color
Monochromatic Colors of #8B5047
Black with #8B5047
Text Example
Text Example
White with #8B5047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5047; }
p { color: rgb(139,80,71); }
H1.HeaderClassName
{
color: #8B5047;
}
.AnyTagClassName
{
color: #8B5047;
}
</style>
background-color css
<style>
a { background-color: #8B5047; }
a { background-color: rgb(139,80,71); }
div.DivClassName
{
background-color: #8B5047;
}
.BgClassName
{
background-color: #8B5047;
}
</style>
border-color css
<style>
span { border-color: #8B5047; }
span { border-color: rgb(139,80,71); }
td.TdClassName
{
border-color: #8B5047;
}
.TagClassName
{
border-color: #8B5047;
}
</style>