Shades of El Salva #944F47
Tints of El Salva #944F47
RGB
CMYK
RGB Variations
Color information
#944F47 (or 0x944F47) is known color: El Salva. HEX triplet: 94, 4F and 47. RGB value is (148,79,71). Sum of RGB (Red+Green+Blue) = 148+79+71=298 (39% of max value = 765). Red value is 148 (58.20% from 255 or 49.66% from 298); Green value is 79 (31.25% from 255 or 26.51% from 298); Blue value is 71 (28.12% from 255 or 23.83% from 298); Max value from RGB is 148 - color contains mainly: red. Hex color #944F47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #944F47 is #6BB0B8. Grayscale: #626262. Windows color (decimal): -7057593 or 4673428. OLE color: 4673428.
HSL color Cylindrical-coordinate representation of color #944F47: hue angle of 6.23º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #944F47 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 79 | 71 | - |
| CMYK | 0 | 0.47 | 0.52 | 0.42 |
| HSL | 6.23º | 0.35% | 0.43% | - |
| HSV(B) | 6.23º | 0.52% | 0.58% | - |
| XYZ | 16.15 | 12.34 | 7.49 | - |
| YUV | 98.72 | 112.36 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 79 | 71 | 0 | 0.47 | 0.52 | 0.42 | 6.23 | 0.35 | 0.43 |
| Hex | 94 | 4F | 47 | 0 | 2F | 34 | 2A | 6 | 23 | 2B |
| Octal | 224 | 117 | 107 | 0 | 57 | 64 | 52 | 6 | 43 | 53 |
| Binary | 10010100 | 1001111 | 1000111 | 0 | 101111 | 110100 | 101010 | 110 | 100011 | 101011 |
Color Harmonies of #944F47
Complementary color
Monochromatic Colors of #944F47
Black with #944F47
Text Example
Text Example
White with #944F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944F47; }
p { color: rgb(148,79,71); }
H1.HeaderClassName
{
color: #944F47;
}
.AnyTagClassName
{
color: #944F47;
}
</style>
background-color css
<style>
a { background-color: #944F47; }
a { background-color: rgb(148,79,71); }
div.DivClassName
{
background-color: #944F47;
}
.BgClassName
{
background-color: #944F47;
}
</style>
border-color css
<style>
span { border-color: #944F47; }
span { border-color: rgb(148,79,71); }
td.TdClassName
{
border-color: #944F47;
}
.TagClassName
{
border-color: #944F47;
}
</style>