Shades of El Salva #8B5347
Tints of El Salva #8B5347
RGB
CMYK
RGB Variations
Color information
#8B5347 (or 0x8B5347) is known color: El Salva. HEX triplet: 8B, 53 and 47. RGB value is (139,83,71). Sum of RGB (Red+Green+Blue) = 139+83+71=293 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.44% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 71 (28.12% from 255 or 24.23% from 293); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5347 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5347 is #74ACB8. Grayscale: #626262. Windows color (decimal): -7646393 or 4674443. OLE color: 4674443.
HSL color Cylindrical-coordinate representation of color #8B5347: hue angle of 10.59º 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 #8B5347 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 83 | 71 | - |
| CMYK | 0 | 0.40 | 0.49 | 0.45 |
| HSL | 10.59º | 0.32% | 0.41% | - |
| HSV(B) | 10.59º | 0.49% | 0.55% | - |
| XYZ | 14.88 | 12.13 | 7.52 | - |
| YUV | 98.38 | 112.55 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 83 | 71 | 0 | 0.40 | 0.49 | 0.45 | 10.59 | 0.32 | 0.41 |
| Hex | 8B | 53 | 47 | 0 | 28 | 31 | 2D | B | 20 | 29 |
| Octal | 213 | 123 | 107 | 0 | 50 | 61 | 55 | 13 | 40 | 51 |
| Binary | 10001011 | 1010011 | 1000111 | 0 | 101000 | 110001 | 101101 | 1011 | 100000 | 101001 |
Color Harmonies of #8B5347
Complementary color
Monochromatic Colors of #8B5347
Black with #8B5347
Text Example
Text Example
White with #8B5347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5347; }
p { color: rgb(139,83,71); }
H1.HeaderClassName
{
color: #8B5347;
}
.AnyTagClassName
{
color: #8B5347;
}
</style>
background-color css
<style>
a { background-color: #8B5347; }
a { background-color: rgb(139,83,71); }
div.DivClassName
{
background-color: #8B5347;
}
.BgClassName
{
background-color: #8B5347;
}
</style>
border-color css
<style>
span { border-color: #8B5347; }
span { border-color: rgb(139,83,71); }
td.TdClassName
{
border-color: #8B5347;
}
.TagClassName
{
border-color: #8B5347;
}
</style>