Shades of El Salva #934D43
Tints of El Salva #934D43
RGB
CMYK
RGB Variations
Color information
#934D43 (or 0x934D43) is known color: El Salva. HEX triplet: 93, 4D and 43. RGB value is (147,77,67). Sum of RGB (Red+Green+Blue) = 147+77+67=291 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.52% from 291); Green value is 77 (30.47% from 255 or 26.46% from 291); Blue value is 67 (26.56% from 255 or 23.02% from 291); Max value from RGB is 147 - color contains mainly: red. Hex color #934D43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #934D43 is #6CB2BC. Grayscale: #606060. Windows color (decimal): -7123645 or 4410771. OLE color: 4410771.
HSL color Cylindrical-coordinate representation of color #934D43: hue angle of 7.5º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #934D43 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 77 | 67 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.42 |
| HSL | 7.5º | 0.37% | 0.42% | - |
| HSV(B) | 7.5º | 0.54% | 0.58% | - |
| XYZ | 15.7 | 11.92 | 6.78 | - |
| YUV | 96.79 | 111.19 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 77 | 67 | 0 | 0.48 | 0.54 | 0.42 | 7.5 | 0.37 | 0.42 |
| Hex | 93 | 4D | 43 | 0 | 30 | 36 | 2A | 8 | 25 | 2A |
| Octal | 223 | 115 | 103 | 0 | 60 | 66 | 52 | 10 | 45 | 52 |
| Binary | 10010011 | 1001101 | 1000011 | 0 | 110000 | 110110 | 101010 | 1000 | 100101 | 101010 |
Color Harmonies of #934D43
Complementary color
Monochromatic Colors of #934D43
Black with #934D43
Text Example
Text Example
White with #934D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934D43; }
p { color: rgb(147,77,67); }
H1.HeaderClassName
{
color: #934D43;
}
.AnyTagClassName
{
color: #934D43;
}
</style>
background-color css
<style>
a { background-color: #934D43; }
a { background-color: rgb(147,77,67); }
div.DivClassName
{
background-color: #934D43;
}
.BgClassName
{
background-color: #934D43;
}
</style>
border-color css
<style>
span { border-color: #934D43; }
span { border-color: rgb(147,77,67); }
td.TdClassName
{
border-color: #934D43;
}
.TagClassName
{
border-color: #934D43;
}
</style>