Shades of El Salva #924F47
Tints of El Salva #924F47
RGB
CMYK
RGB Variations
Color information
#924F47 (or 0x924F47) is known color: El Salva. HEX triplet: 92, 4F and 47. RGB value is (146,79,71). Sum of RGB (Red+Green+Blue) = 146+79+71=296 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.32% from 296); Green value is 79 (31.25% from 255 or 26.69% from 296); Blue value is 71 (28.12% from 255 or 23.99% from 296); Max value from RGB is 146 - color contains mainly: red. Hex color #924F47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #924F47 is #6DB0B8. Grayscale: #626262. Windows color (decimal): -7188665 or 4673426. OLE color: 4673426.
HSL color Cylindrical-coordinate representation of color #924F47: hue angle of 6.4º 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 #924F47 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 79 | 71 | - |
| CMYK | 0 | 0.46 | 0.51 | 0.43 |
| HSL | 6.4º | 0.35% | 0.43% | - |
| HSV(B) | 6.4º | 0.51% | 0.57% | - |
| XYZ | 15.79 | 12.16 | 7.48 | - |
| YUV | 98.12 | 112.7 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 79 | 71 | 0 | 0.46 | 0.51 | 0.43 | 6.4 | 0.35 | 0.43 |
| Hex | 92 | 4F | 47 | 0 | 2E | 33 | 2B | 6 | 23 | 2B |
| Octal | 222 | 117 | 107 | 0 | 56 | 63 | 53 | 6 | 43 | 53 |
| Binary | 10010010 | 1001111 | 1000111 | 0 | 101110 | 110011 | 101011 | 110 | 100011 | 101011 |
Color Harmonies of #924F47
Complementary color
Monochromatic Colors of #924F47
Black with #924F47
Text Example
Text Example
White with #924F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924F47; }
p { color: rgb(146,79,71); }
H1.HeaderClassName
{
color: #924F47;
}
.AnyTagClassName
{
color: #924F47;
}
</style>
background-color css
<style>
a { background-color: #924F47; }
a { background-color: rgb(146,79,71); }
div.DivClassName
{
background-color: #924F47;
}
.BgClassName
{
background-color: #924F47;
}
</style>
border-color css
<style>
span { border-color: #924F47; }
span { border-color: rgb(146,79,71); }
td.TdClassName
{
border-color: #924F47;
}
.TagClassName
{
border-color: #924F47;
}
</style>