Shades of El Salva #904E45
Tints of El Salva #904E45
RGB
CMYK
RGB Variations
Color information
#904E45 (or 0x904E45) is known color: El Salva. HEX triplet: 90, 4E and 45. RGB value is (144,78,69). Sum of RGB (Red+Green+Blue) = 144+78+69=291 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.48% from 291); Green value is 78 (30.86% from 255 or 26.80% from 291); Blue value is 69 (27.34% from 255 or 23.71% from 291); Max value from RGB is 144 - color contains mainly: red. Hex color #904E45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #904E45 is #6FB1BA. Grayscale: #606060. Windows color (decimal): -7319995 or 4542096. OLE color: 4542096.
HSL color Cylindrical-coordinate representation of color #904E45: hue angle of 7.2º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #904E45 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 78 | 69 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.44 |
| HSL | 7.2º | 0.35% | 0.42% | - |
| HSV(B) | 7.2º | 0.52% | 0.56% | - |
| XYZ | 15.3 | 11.81 | 7.1 | - |
| YUV | 96.71 | 112.37 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 78 | 69 | 0 | 0.46 | 0.52 | 0.44 | 7.2 | 0.35 | 0.42 |
| Hex | 90 | 4E | 45 | 0 | 2E | 34 | 2C | 7 | 23 | 2A |
| Octal | 220 | 116 | 105 | 0 | 56 | 64 | 54 | 7 | 43 | 52 |
| Binary | 10010000 | 1001110 | 1000101 | 0 | 101110 | 110100 | 101100 | 111 | 100011 | 101010 |
Color Harmonies of #904E45
Complementary color
Monochromatic Colors of #904E45
Black with #904E45
Text Example
Text Example
White with #904E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904E45; }
p { color: rgb(144,78,69); }
H1.HeaderClassName
{
color: #904E45;
}
.AnyTagClassName
{
color: #904E45;
}
</style>
background-color css
<style>
a { background-color: #904E45; }
a { background-color: rgb(144,78,69); }
div.DivClassName
{
background-color: #904E45;
}
.BgClassName
{
background-color: #904E45;
}
</style>
border-color css
<style>
span { border-color: #904E45; }
span { border-color: rgb(144,78,69); }
td.TdClassName
{
border-color: #904E45;
}
.TagClassName
{
border-color: #904E45;
}
</style>