Shades of El Salva #904E42
Tints of El Salva #904E42
RGB
CMYK
RGB Variations
Color information
#904E42 (or 0x904E42) is known color: El Salva. HEX triplet: 90, 4E and 42. RGB value is (144,78,66). Sum of RGB (Red+Green+Blue) = 144+78+66=288 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 66 (26.17% from 255 or 22.92% from 288); Max value from RGB is 144 - color contains mainly: red. Hex color #904E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #904E42 is #6FB1BD. Grayscale: #606060. Windows color (decimal): -7319998 or 4345488. OLE color: 4345488.
HSL color Cylindrical-coordinate representation of color #904E42: hue angle of 9.23º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #904E42 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 78 | 66 | - |
| CMYK | 0 | 0.46 | 0.54 | 0.44 |
| HSL | 9.23º | 0.37% | 0.41% | - |
| HSV(B) | 9.23º | 0.54% | 0.56% | - |
| XYZ | 15.21 | 11.77 | 6.62 | - |
| YUV | 96.37 | 110.87 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 78 | 66 | 0 | 0.46 | 0.54 | 0.44 | 9.23 | 0.37 | 0.41 |
| Hex | 90 | 4E | 42 | 0 | 2E | 36 | 2C | 9 | 25 | 29 |
| Octal | 220 | 116 | 102 | 0 | 56 | 66 | 54 | 11 | 45 | 51 |
| Binary | 10010000 | 1001110 | 1000010 | 0 | 101110 | 110110 | 101100 | 1001 | 100101 | 101001 |
Color Harmonies of #904E42
Complementary color
Monochromatic Colors of #904E42
Black with #904E42
Text Example
Text Example
White with #904E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904E42; }
p { color: rgb(144,78,66); }
H1.HeaderClassName
{
color: #904E42;
}
.AnyTagClassName
{
color: #904E42;
}
</style>
background-color css
<style>
a { background-color: #904E42; }
a { background-color: rgb(144,78,66); }
div.DivClassName
{
background-color: #904E42;
}
.BgClassName
{
background-color: #904E42;
}
</style>
border-color css
<style>
span { border-color: #904E42; }
span { border-color: rgb(144,78,66); }
td.TdClassName
{
border-color: #904E42;
}
.TagClassName
{
border-color: #904E42;
}
</style>