Shades of El Salva #944E3E
Tints of El Salva #944E3E
RGB
CMYK
RGB Variations
Color information
#944E3E (or 0x944E3E) is known color: El Salva. HEX triplet: 94, 4E and 3E. RGB value is (148,78,62). Sum of RGB (Red+Green+Blue) = 148+78+62=288 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.39% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 62 (24.61% from 255 or 21.53% from 288); Max value from RGB is 148 - color contains mainly: red. Hex color #944E3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #944E3E is #6BB1C1. Grayscale: #616161. Windows color (decimal): -7057858 or 4083348. OLE color: 4083348.
HSL color Cylindrical-coordinate representation of color #944E3E: hue angle of 11.16º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #944E3E is Cyan = 0, Magento = 0.47, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 78 | 62 | - |
| CMYK | 0 | 0.47 | 0.58 | 0.42 |
| HSL | 11.16º | 0.41% | 0.41% | - |
| HSV(B) | 11.16º | 0.58% | 0.58% | - |
| XYZ | 15.81 | 12.09 | 6.06 | - |
| YUV | 97.11 | 108.19 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 78 | 62 | 0 | 0.47 | 0.58 | 0.42 | 11.16 | 0.41 | 0.41 |
| Hex | 94 | 4E | 3E | 0 | 2F | 3A | 2A | B | 29 | 29 |
| Octal | 224 | 116 | 76 | 0 | 57 | 72 | 52 | 13 | 51 | 51 |
| Binary | 10010100 | 1001110 | 111110 | 0 | 101111 | 111010 | 101010 | 1011 | 101001 | 101001 |
Color Harmonies of #944E3E
Complementary color
Monochromatic Colors of #944E3E
Black with #944E3E
Text Example
Text Example
White with #944E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944E3E; }
p { color: rgb(148,78,62); }
H1.HeaderClassName
{
color: #944E3E;
}
.AnyTagClassName
{
color: #944E3E;
}
</style>
background-color css
<style>
a { background-color: #944E3E; }
a { background-color: rgb(148,78,62); }
div.DivClassName
{
background-color: #944E3E;
}
.BgClassName
{
background-color: #944E3E;
}
</style>
border-color css
<style>
span { border-color: #944E3E; }
span { border-color: rgb(148,78,62); }
td.TdClassName
{
border-color: #944E3E;
}
.TagClassName
{
border-color: #944E3E;
}
</style>