Shades of El Salva #944C40
Tints of El Salva #944C40
RGB
CMYK
RGB Variations
Color information
#944C40 (or 0x944C40) is known color: El Salva. HEX triplet: 94, 4C and 40. RGB value is (148,76,64). Sum of RGB (Red+Green+Blue) = 148+76+64=288 (38% of max value = 765). Red value is 148 (58.20% from 255 or 51.39% from 288); Green value is 76 (30.08% from 255 or 26.39% from 288); Blue value is 64 (25.39% from 255 or 22.22% from 288); Max value from RGB is 148 - color contains mainly: red. Hex color #944C40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944C40 is #6BB3BF. Grayscale: #606060. Windows color (decimal): -7058368 or 4213908. OLE color: 4213908.
HSL color Cylindrical-coordinate representation of color #944C40: hue angle of 8.57º 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 #944C40 is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 76 | 64 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.42 |
| HSL | 8.57º | 0.4% | 0.42% | - |
| HSV(B) | 8.57º | 0.57% | 0.58% | - |
| XYZ | 15.72 | 11.83 | 6.31 | - |
| YUV | 96.16 | 109.85 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 76 | 64 | 0 | 0.49 | 0.57 | 0.42 | 8.57 | 0.4 | 0.42 |
| Hex | 94 | 4C | 40 | 0 | 31 | 39 | 2A | 9 | 28 | 2A |
| Octal | 224 | 114 | 100 | 0 | 61 | 71 | 52 | 11 | 50 | 52 |
| Binary | 10010100 | 1001100 | 1000000 | 0 | 110001 | 111001 | 101010 | 1001 | 101000 | 101010 |
Color Harmonies of #944C40
Complementary color
Monochromatic Colors of #944C40
Black with #944C40
Text Example
Text Example
White with #944C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944C40; }
p { color: rgb(148,76,64); }
H1.HeaderClassName
{
color: #944C40;
}
.AnyTagClassName
{
color: #944C40;
}
</style>
background-color css
<style>
a { background-color: #944C40; }
a { background-color: rgb(148,76,64); }
div.DivClassName
{
background-color: #944C40;
}
.BgClassName
{
background-color: #944C40;
}
</style>
border-color css
<style>
span { border-color: #944C40; }
span { border-color: rgb(148,76,64); }
td.TdClassName
{
border-color: #944C40;
}
.TagClassName
{
border-color: #944C40;
}
</style>