Shades of El Salva #944D40
Tints of El Salva #944D40
RGB
CMYK
RGB Variations
Color information
#944D40 (or 0x944D40) is known color: El Salva. HEX triplet: 94, 4D and 40. RGB value is (148,77,64). Sum of RGB (Red+Green+Blue) = 148+77+64=289 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.21% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 148 - color contains mainly: red. Hex color #944D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #944D40 is #6BB2BF. Grayscale: #606060. Windows color (decimal): -7058112 or 4214164. OLE color: 4214164.
HSL color Cylindrical-coordinate representation of color #944D40: hue angle of 9.29º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #944D40 is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 77 | 64 | - |
| CMYK | 0 | 0.48 | 0.57 | 0.42 |
| HSL | 9.29º | 0.4% | 0.42% | - |
| HSV(B) | 9.29º | 0.57% | 0.58% | - |
| XYZ | 15.79 | 11.97 | 6.33 | - |
| YUV | 96.75 | 109.52 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 77 | 64 | 0 | 0.48 | 0.57 | 0.42 | 9.29 | 0.4 | 0.42 |
| Hex | 94 | 4D | 40 | 0 | 30 | 39 | 2A | 9 | 28 | 2A |
| Octal | 224 | 115 | 100 | 0 | 60 | 71 | 52 | 11 | 50 | 52 |
| Binary | 10010100 | 1001101 | 1000000 | 0 | 110000 | 111001 | 101010 | 1001 | 101000 | 101010 |
Color Harmonies of #944D40
Complementary color
Monochromatic Colors of #944D40
Black with #944D40
Text Example
Text Example
White with #944D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944D40; }
p { color: rgb(148,77,64); }
H1.HeaderClassName
{
color: #944D40;
}
.AnyTagClassName
{
color: #944D40;
}
</style>
background-color css
<style>
a { background-color: #944D40; }
a { background-color: rgb(148,77,64); }
div.DivClassName
{
background-color: #944D40;
}
.BgClassName
{
background-color: #944D40;
}
</style>
border-color css
<style>
span { border-color: #944D40; }
span { border-color: rgb(148,77,64); }
td.TdClassName
{
border-color: #944D40;
}
.TagClassName
{
border-color: #944D40;
}
</style>