Shades of El Salva #934F40
Tints of El Salva #934F40
RGB
CMYK
RGB Variations
Color information
#934F40 (or 0x934F40) is known color: El Salva. HEX triplet: 93, 4F and 40. RGB value is (147,79,64). Sum of RGB (Red+Green+Blue) = 147+79+64=290 (38% of max value = 765). Red value is 147 (57.81% from 255 or 50.69% from 290); Green value is 79 (31.25% from 255 or 27.24% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 147 - color contains mainly: red. Hex color #934F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #934F40 is #6CB0BF. Grayscale: #616161. Windows color (decimal): -7123136 or 4214675. OLE color: 4214675.
HSL color Cylindrical-coordinate representation of color #934F40: hue angle of 10.84º 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 #934F40 is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 79 | 64 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.42 |
| HSL | 10.84º | 0.39% | 0.41% | - |
| HSV(B) | 10.84º | 0.56% | 0.58% | - |
| XYZ | 15.75 | 12.17 | 6.37 | - |
| YUV | 97.62 | 109.03 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 79 | 64 | 0 | 0.46 | 0.56 | 0.42 | 10.84 | 0.39 | 0.41 |
| Hex | 93 | 4F | 40 | 0 | 2E | 38 | 2A | B | 27 | 29 |
| Octal | 223 | 117 | 100 | 0 | 56 | 70 | 52 | 13 | 47 | 51 |
| Binary | 10010011 | 1001111 | 1000000 | 0 | 101110 | 111000 | 101010 | 1011 | 100111 | 101001 |
Color Harmonies of #934F40
Complementary color
Monochromatic Colors of #934F40
Black with #934F40
Text Example
Text Example
White with #934F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934F40; }
p { color: rgb(147,79,64); }
H1.HeaderClassName
{
color: #934F40;
}
.AnyTagClassName
{
color: #934F40;
}
</style>
background-color css
<style>
a { background-color: #934F40; }
a { background-color: rgb(147,79,64); }
div.DivClassName
{
background-color: #934F40;
}
.BgClassName
{
background-color: #934F40;
}
</style>
border-color css
<style>
span { border-color: #934F40; }
span { border-color: rgb(147,79,64); }
td.TdClassName
{
border-color: #934F40;
}
.TagClassName
{
border-color: #934F40;
}
</style>