Shades of El Salva #944E43
Tints of El Salva #944E43
RGB
CMYK
RGB Variations
Color information
#944E43 (or 0x944E43) is known color: El Salva. HEX triplet: 94, 4E and 43. RGB value is (148,78,67). Sum of RGB (Red+Green+Blue) = 148+78+67=293 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.51% from 293); Green value is 78 (30.86% from 255 or 26.62% from 293); Blue value is 67 (26.56% from 255 or 22.87% from 293); Max value from RGB is 148 - color contains mainly: red. Hex color #944E43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #944E43 is #6BB1BC. Grayscale: #616161. Windows color (decimal): -7057853 or 4411028. OLE color: 4411028.
HSL color Cylindrical-coordinate representation of color #944E43: hue angle of 8.15º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #944E43 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 78 | 67 | - |
| CMYK | 0 | 0.47 | 0.55 | 0.42 |
| HSL | 8.15º | 0.38% | 0.42% | - |
| HSV(B) | 8.15º | 0.55% | 0.58% | - |
| XYZ | 15.95 | 12.15 | 6.81 | - |
| YUV | 97.68 | 110.69 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 78 | 67 | 0 | 0.47 | 0.55 | 0.42 | 8.15 | 0.38 | 0.42 |
| Hex | 94 | 4E | 43 | 0 | 2F | 37 | 2A | 8 | 26 | 2A |
| Octal | 224 | 116 | 103 | 0 | 57 | 67 | 52 | 10 | 46 | 52 |
| Binary | 10010100 | 1001110 | 1000011 | 0 | 101111 | 110111 | 101010 | 1000 | 100110 | 101010 |
Color Harmonies of #944E43
Complementary color
Monochromatic Colors of #944E43
Black with #944E43
Text Example
Text Example
White with #944E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944E43; }
p { color: rgb(148,78,67); }
H1.HeaderClassName
{
color: #944E43;
}
.AnyTagClassName
{
color: #944E43;
}
</style>
background-color css
<style>
a { background-color: #944E43; }
a { background-color: rgb(148,78,67); }
div.DivClassName
{
background-color: #944E43;
}
.BgClassName
{
background-color: #944E43;
}
</style>
border-color css
<style>
span { border-color: #944E43; }
span { border-color: rgb(148,78,67); }
td.TdClassName
{
border-color: #944E43;
}
.TagClassName
{
border-color: #944E43;
}
</style>