Shades of El Salva #8A5045
Tints of El Salva #8A5045
RGB
CMYK
RGB Variations
Color information
#8A5045 (or 0x8A5045) is known color: El Salva. HEX triplet: 8A, 50 and 45. RGB value is (138,80,69). Sum of RGB (Red+Green+Blue) = 138+80+69=287 (38% of max value = 765). Red value is 138 (54.30% from 255 or 48.08% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 69 (27.34% from 255 or 24.04% from 287); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5045 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5045 is #75AFBA. Grayscale: #606060. Windows color (decimal): -7712699 or 4542602. OLE color: 4542602.
HSL color Cylindrical-coordinate representation of color #8A5045: hue angle of 9.57º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8A5045 is Cyan = 0, Magento = 0.42, Yellow = 0.5 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 80 | 69 | - |
| CMYK | 0 | 0.42 | 0.5 | 0.46 |
| HSL | 9.57º | 0.33% | 0.41% | - |
| HSV(B) | 9.57º | 0.5% | 0.54% | - |
| XYZ | 14.42 | 11.57 | 7.1 | - |
| YUV | 96.09 | 112.72 | 157.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 80 | 69 | 0 | 0.42 | 0.5 | 0.46 | 9.57 | 0.33 | 0.41 |
| Hex | 8A | 50 | 45 | 0 | 2A | 32 | 2E | A | 21 | 29 |
| Octal | 212 | 120 | 105 | 0 | 52 | 62 | 56 | 12 | 41 | 51 |
| Binary | 10001010 | 1010000 | 1000101 | 0 | 101010 | 110010 | 101110 | 1010 | 100001 | 101001 |
Color Harmonies of #8A5045
Complementary color
Monochromatic Colors of #8A5045
Black with #8A5045
Text Example
Text Example
White with #8A5045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5045; }
p { color: rgb(138,80,69); }
H1.HeaderClassName
{
color: #8A5045;
}
.AnyTagClassName
{
color: #8A5045;
}
</style>
background-color css
<style>
a { background-color: #8A5045; }
a { background-color: rgb(138,80,69); }
div.DivClassName
{
background-color: #8A5045;
}
.BgClassName
{
background-color: #8A5045;
}
</style>
border-color css
<style>
span { border-color: #8A5045; }
span { border-color: rgb(138,80,69); }
td.TdClassName
{
border-color: #8A5045;
}
.TagClassName
{
border-color: #8A5045;
}
</style>