Shades of El Salva #904E46
Tints of El Salva #904E46
RGB
CMYK
RGB Variations
Color information
#904E46 (or 0x904E46) is known color: El Salva. HEX triplet: 90, 4E and 46. RGB value is (144,78,70). Sum of RGB (Red+Green+Blue) = 144+78+70=292 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.32% from 292); Green value is 78 (30.86% from 255 or 26.71% from 292); Blue value is 70 (27.73% from 255 or 23.97% from 292); Max value from RGB is 144 - color contains mainly: red. Hex color #904E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #904E46 is #6FB1B9. Grayscale: #606060. Windows color (decimal): -7319994 or 4607632. OLE color: 4607632.
HSL color Cylindrical-coordinate representation of color #904E46: hue angle of 6.49º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #904E46 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 78 | 70 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.44 |
| HSL | 6.49º | 0.35% | 0.42% | - |
| HSV(B) | 6.49º | 0.51% | 0.56% | - |
| XYZ | 15.33 | 11.82 | 7.27 | - |
| YUV | 96.82 | 112.87 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 78 | 70 | 0 | 0.46 | 0.51 | 0.44 | 6.49 | 0.35 | 0.42 |
| Hex | 90 | 4E | 46 | 0 | 2E | 33 | 2C | 6 | 23 | 2A |
| Octal | 220 | 116 | 106 | 0 | 56 | 63 | 54 | 6 | 43 | 52 |
| Binary | 10010000 | 1001110 | 1000110 | 0 | 101110 | 110011 | 101100 | 110 | 100011 | 101010 |
Color Harmonies of #904E46
Complementary color
Monochromatic Colors of #904E46
Black with #904E46
Text Example
Text Example
White with #904E46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904E46; }
p { color: rgb(144,78,70); }
H1.HeaderClassName
{
color: #904E46;
}
.AnyTagClassName
{
color: #904E46;
}
</style>
background-color css
<style>
a { background-color: #904E46; }
a { background-color: rgb(144,78,70); }
div.DivClassName
{
background-color: #904E46;
}
.BgClassName
{
background-color: #904E46;
}
</style>
border-color css
<style>
span { border-color: #904E46; }
span { border-color: rgb(144,78,70); }
td.TdClassName
{
border-color: #904E46;
}
.TagClassName
{
border-color: #904E46;
}
</style>