Shades of El Salva #904E41
Tints of El Salva #904E41
RGB
CMYK
RGB Variations
Color information
#904E41 (or 0x904E41) is known color: El Salva. HEX triplet: 90, 4E and 41. RGB value is (144,78,65). Sum of RGB (Red+Green+Blue) = 144+78+65=287 (38% of max value = 765). Red value is 144 (56.64% from 255 or 50.17% from 287); Green value is 78 (30.86% from 255 or 27.18% from 287); Blue value is 65 (25.78% from 255 or 22.65% from 287); Max value from RGB is 144 - color contains mainly: red. Hex color #904E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #904E41 is #6FB1BE. Grayscale: #606060. Windows color (decimal): -7319999 or 4279952. OLE color: 4279952.
HSL color Cylindrical-coordinate representation of color #904E41: hue angle of 9.87º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #904E41 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 78 | 65 | - |
| CMYK | 0 | 0.46 | 0.55 | 0.44 |
| HSL | 9.87º | 0.38% | 0.41% | - |
| HSV(B) | 9.87º | 0.55% | 0.56% | - |
| XYZ | 15.18 | 11.76 | 6.47 | - |
| YUV | 96.25 | 110.37 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 78 | 65 | 0 | 0.46 | 0.55 | 0.44 | 9.87 | 0.38 | 0.41 |
| Hex | 90 | 4E | 41 | 0 | 2E | 37 | 2C | A | 26 | 29 |
| Octal | 220 | 116 | 101 | 0 | 56 | 67 | 54 | 12 | 46 | 51 |
| Binary | 10010000 | 1001110 | 1000001 | 0 | 101110 | 110111 | 101100 | 1010 | 100110 | 101001 |
Color Harmonies of #904E41
Complementary color
Monochromatic Colors of #904E41
Black with #904E41
Text Example
Text Example
White with #904E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904E41; }
p { color: rgb(144,78,65); }
H1.HeaderClassName
{
color: #904E41;
}
.AnyTagClassName
{
color: #904E41;
}
</style>
background-color css
<style>
a { background-color: #904E41; }
a { background-color: rgb(144,78,65); }
div.DivClassName
{
background-color: #904E41;
}
.BgClassName
{
background-color: #904E41;
}
</style>
border-color css
<style>
span { border-color: #904E41; }
span { border-color: rgb(144,78,65); }
td.TdClassName
{
border-color: #904E41;
}
.TagClassName
{
border-color: #904E41;
}
</style>