Shades of El Salva #914E46
Tints of El Salva #914E46
RGB
CMYK
RGB Variations
Color information
#914E46 (or 0x914E46) is known color: El Salva. HEX triplet: 91, 4E and 46. RGB value is (145,78,70). Sum of RGB (Red+Green+Blue) = 145+78+70=293 (38% of max value = 765). Red value is 145 (57.03% from 255 or 49.49% from 293); Green value is 78 (30.86% from 255 or 26.62% from 293); Blue value is 70 (27.73% from 255 or 23.89% from 293); Max value from RGB is 145 - color contains mainly: red. Hex color #914E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #914E46 is #6EB1B9. Grayscale: #616161. Windows color (decimal): -7254458 or 4607633. OLE color: 4607633.
HSL color Cylindrical-coordinate representation of color #914E46: hue angle of 6.4º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #914E46 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 78 | 70 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.43 |
| HSL | 6.4º | 0.35% | 0.42% | - |
| HSV(B) | 6.4º | 0.52% | 0.57% | - |
| XYZ | 15.51 | 11.91 | 7.28 | - |
| YUV | 97.12 | 112.7 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 78 | 70 | 0 | 0.46 | 0.52 | 0.43 | 6.4 | 0.35 | 0.42 |
| Hex | 91 | 4E | 46 | 0 | 2E | 34 | 2B | 6 | 23 | 2A |
| Octal | 221 | 116 | 106 | 0 | 56 | 64 | 53 | 6 | 43 | 52 |
| Binary | 10010001 | 1001110 | 1000110 | 0 | 101110 | 110100 | 101011 | 110 | 100011 | 101010 |
Color Harmonies of #914E46
Complementary color
Monochromatic Colors of #914E46
Black with #914E46
Text Example
Text Example
White with #914E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914E46; }
p { color: rgb(145,78,70); }
H1.HeaderClassName
{
color: #914E46;
}
.AnyTagClassName
{
color: #914E46;
}
</style>
background-color css
<style>
a { background-color: #914E46; }
a { background-color: rgb(145,78,70); }
div.DivClassName
{
background-color: #914E46;
}
.BgClassName
{
background-color: #914E46;
}
</style>
border-color css
<style>
span { border-color: #914E46; }
span { border-color: rgb(145,78,70); }
td.TdClassName
{
border-color: #914E46;
}
.TagClassName
{
border-color: #914E46;
}
</style>