Shades of El Salva #924E47
Tints of El Salva #924E47
RGB
CMYK
RGB Variations
Color information
#924E47 (or 0x924E47) is known color: El Salva. HEX triplet: 92, 4E and 47. RGB value is (146,78,71). Sum of RGB (Red+Green+Blue) = 146+78+71=295 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.49% from 295); Green value is 78 (30.86% from 255 or 26.44% from 295); Blue value is 71 (28.12% from 255 or 24.07% from 295); Max value from RGB is 146 - color contains mainly: red. Hex color #924E47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #924E47 is #6DB1B8. Grayscale: #616161. Windows color (decimal): -7188921 or 4673170. OLE color: 4673170.
HSL color Cylindrical-coordinate representation of color #924E47: hue angle of 5.6º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #924E47 is Cyan = 0, Magento = 0.47, Yellow = 0.51 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 78 | 71 | - |
| CMYK | 0 | 0.47 | 0.51 | 0.43 |
| HSL | 5.6º | 0.35% | 0.43% | - |
| HSV(B) | 5.6º | 0.51% | 0.57% | - |
| XYZ | 15.72 | 12.01 | 7.45 | - |
| YUV | 97.53 | 113.03 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 78 | 71 | 0 | 0.47 | 0.51 | 0.43 | 5.6 | 0.35 | 0.43 |
| Hex | 92 | 4E | 47 | 0 | 2F | 33 | 2B | 6 | 23 | 2B |
| Octal | 222 | 116 | 107 | 0 | 57 | 63 | 53 | 6 | 43 | 53 |
| Binary | 10010010 | 1001110 | 1000111 | 0 | 101111 | 110011 | 101011 | 110 | 100011 | 101011 |
Color Harmonies of #924E47
Complementary color
Monochromatic Colors of #924E47
Black with #924E47
Text Example
Text Example
White with #924E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924E47; }
p { color: rgb(146,78,71); }
H1.HeaderClassName
{
color: #924E47;
}
.AnyTagClassName
{
color: #924E47;
}
</style>
background-color css
<style>
a { background-color: #924E47; }
a { background-color: rgb(146,78,71); }
div.DivClassName
{
background-color: #924E47;
}
.BgClassName
{
background-color: #924E47;
}
</style>
border-color css
<style>
span { border-color: #924E47; }
span { border-color: rgb(146,78,71); }
td.TdClassName
{
border-color: #924E47;
}
.TagClassName
{
border-color: #924E47;
}
</style>