Shades of El Salva #934F47
Tints of El Salva #934F47
RGB
CMYK
RGB Variations
Color information
#934F47 (or 0x934F47) is known color: El Salva. HEX triplet: 93, 4F and 47. RGB value is (147,79,71). Sum of RGB (Red+Green+Blue) = 147+79+71=297 (39% of max value = 765). Red value is 147 (57.81% from 255 or 49.49% from 297); Green value is 79 (31.25% from 255 or 26.60% from 297); Blue value is 71 (28.12% from 255 or 23.91% from 297); Max value from RGB is 147 - color contains mainly: red. Hex color #934F47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #934F47 is #6CB0B8. Grayscale: #626262. Windows color (decimal): -7123129 or 4673427. OLE color: 4673427.
HSL color Cylindrical-coordinate representation of color #934F47: hue angle of 6.32º 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 #934F47 is Cyan = 0, Magento = 0.46, Yellow = 0.52 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 79 | 71 | - |
| CMYK | 0 | 0.46 | 0.52 | 0.42 |
| HSL | 6.32º | 0.35% | 0.43% | - |
| HSV(B) | 6.32º | 0.52% | 0.58% | - |
| XYZ | 15.97 | 12.25 | 7.48 | - |
| YUV | 98.42 | 112.53 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 79 | 71 | 0 | 0.46 | 0.52 | 0.42 | 6.32 | 0.35 | 0.43 |
| Hex | 93 | 4F | 47 | 0 | 2E | 34 | 2A | 6 | 23 | 2B |
| Octal | 223 | 117 | 107 | 0 | 56 | 64 | 52 | 6 | 43 | 53 |
| Binary | 10010011 | 1001111 | 1000111 | 0 | 101110 | 110100 | 101010 | 110 | 100011 | 101011 |
Color Harmonies of #934F47
Complementary color
Monochromatic Colors of #934F47
Black with #934F47
Text Example
Text Example
White with #934F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934F47; }
p { color: rgb(147,79,71); }
H1.HeaderClassName
{
color: #934F47;
}
.AnyTagClassName
{
color: #934F47;
}
</style>
background-color css
<style>
a { background-color: #934F47; }
a { background-color: rgb(147,79,71); }
div.DivClassName
{
background-color: #934F47;
}
.BgClassName
{
background-color: #934F47;
}
</style>
border-color css
<style>
span { border-color: #934F47; }
span { border-color: rgb(147,79,71); }
td.TdClassName
{
border-color: #934F47;
}
.TagClassName
{
border-color: #934F47;
}
</style>