Shades of El Salva #8A5146
Tints of El Salva #8A5146
RGB
CMYK
RGB Variations
Color information
#8A5146 (or 0x8A5146) is known color: El Salva. HEX triplet: 8A, 51 and 46. RGB value is (138,81,70). Sum of RGB (Red+Green+Blue) = 138+81+70=289 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.75% from 289); Green value is 81 (32.03% from 255 or 28.03% from 289); Blue value is 70 (27.73% from 255 or 24.22% from 289); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5146 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5146 is #75AEB9. Grayscale: #606060. Windows color (decimal): -7712442 or 4608394. OLE color: 4608394.
HSL color Cylindrical-coordinate representation of color #8A5146: hue angle of 9.71º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8A5146 is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 81 | 70 | - |
| CMYK | 0 | 0.41 | 0.49 | 0.46 |
| HSL | 9.71º | 0.33% | 0.41% | - |
| HSV(B) | 9.71º | 0.49% | 0.54% | - |
| XYZ | 14.53 | 11.73 | 7.29 | - |
| YUV | 96.79 | 112.88 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 81 | 70 | 0 | 0.41 | 0.49 | 0.46 | 9.71 | 0.33 | 0.41 |
| Hex | 8A | 51 | 46 | 0 | 29 | 31 | 2E | A | 21 | 29 |
| Octal | 212 | 121 | 106 | 0 | 51 | 61 | 56 | 12 | 41 | 51 |
| Binary | 10001010 | 1010001 | 1000110 | 0 | 101001 | 110001 | 101110 | 1010 | 100001 | 101001 |
Color Harmonies of #8A5146
Complementary color
Monochromatic Colors of #8A5146
Black with #8A5146
Text Example
Text Example
White with #8A5146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5146; }
p { color: rgb(138,81,70); }
H1.HeaderClassName
{
color: #8A5146;
}
.AnyTagClassName
{
color: #8A5146;
}
</style>
background-color css
<style>
a { background-color: #8A5146; }
a { background-color: rgb(138,81,70); }
div.DivClassName
{
background-color: #8A5146;
}
.BgClassName
{
background-color: #8A5146;
}
</style>
border-color css
<style>
span { border-color: #8A5146; }
span { border-color: rgb(138,81,70); }
td.TdClassName
{
border-color: #8A5146;
}
.TagClassName
{
border-color: #8A5146;
}
</style>