Shades of El Salva #934D40
Tints of El Salva #934D40
RGB
CMYK
RGB Variations
Color information
#934D40 (or 0x934D40) is known color: El Salva. HEX triplet: 93, 4D and 40. RGB value is (147,77,64). Sum of RGB (Red+Green+Blue) = 147+77+64=288 (38% of max value = 765). Red value is 147 (57.81% from 255 or 51.04% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 64 (25.39% from 255 or 22.22% from 288); Max value from RGB is 147 - color contains mainly: red. Hex color #934D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #934D40 is #6CB2BF. Grayscale: #606060. Windows color (decimal): -7123648 or 4214163. OLE color: 4214163.
HSL color Cylindrical-coordinate representation of color #934D40: hue angle of 9.4º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #934D40 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 77 | 64 | - |
| CMYK | 0 | 0.48 | 0.56 | 0.42 |
| HSL | 9.4º | 0.39% | 0.41% | - |
| HSV(B) | 9.4º | 0.56% | 0.58% | - |
| XYZ | 15.61 | 11.88 | 6.32 | - |
| YUV | 96.45 | 109.69 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 77 | 64 | 0 | 0.48 | 0.56 | 0.42 | 9.4 | 0.39 | 0.41 |
| Hex | 93 | 4D | 40 | 0 | 30 | 38 | 2A | 9 | 27 | 29 |
| Octal | 223 | 115 | 100 | 0 | 60 | 70 | 52 | 11 | 47 | 51 |
| Binary | 10010011 | 1001101 | 1000000 | 0 | 110000 | 111000 | 101010 | 1001 | 100111 | 101001 |
Color Harmonies of #934D40
Complementary color
Monochromatic Colors of #934D40
Black with #934D40
Text Example
Text Example
White with #934D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934D40; }
p { color: rgb(147,77,64); }
H1.HeaderClassName
{
color: #934D40;
}
.AnyTagClassName
{
color: #934D40;
}
</style>
background-color css
<style>
a { background-color: #934D40; }
a { background-color: rgb(147,77,64); }
div.DivClassName
{
background-color: #934D40;
}
.BgClassName
{
background-color: #934D40;
}
</style>
border-color css
<style>
span { border-color: #934D40; }
span { border-color: rgb(147,77,64); }
td.TdClassName
{
border-color: #934D40;
}
.TagClassName
{
border-color: #934D40;
}
</style>