Shades of El Salva #904F47
Tints of El Salva #904F47
RGB
CMYK
RGB Variations
Color information
#904F47 (or 0x904F47) is known color: El Salva. HEX triplet: 90, 4F and 47. RGB value is (144,79,71). Sum of RGB (Red+Green+Blue) = 144+79+71=294 (38% of max value = 765). Red value is 144 (56.64% from 255 or 48.98% from 294); Green value is 79 (31.25% from 255 or 26.87% from 294); Blue value is 71 (28.12% from 255 or 24.15% from 294); Max value from RGB is 144 - color contains mainly: red. Hex color #904F47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #904F47 is #6FB0B8. Grayscale: #616161. Windows color (decimal): -7319737 or 4673424. OLE color: 4673424.
HSL color Cylindrical-coordinate representation of color #904F47: hue angle of 6.58º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #904F47 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 79 | 71 | - |
| CMYK | 0 | 0.45 | 0.51 | 0.44 |
| HSL | 6.58º | 0.34% | 0.42% | - |
| HSV(B) | 6.58º | 0.51% | 0.56% | - |
| XYZ | 15.43 | 11.98 | 7.46 | - |
| YUV | 97.52 | 113.03 | 161.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 79 | 71 | 0 | 0.45 | 0.51 | 0.44 | 6.58 | 0.34 | 0.42 |
| Hex | 90 | 4F | 47 | 0 | 2D | 33 | 2C | 7 | 22 | 2A |
| Octal | 220 | 117 | 107 | 0 | 55 | 63 | 54 | 7 | 42 | 52 |
| Binary | 10010000 | 1001111 | 1000111 | 0 | 101101 | 110011 | 101100 | 111 | 100010 | 101010 |
Color Harmonies of #904F47
Complementary color
Monochromatic Colors of #904F47
Black with #904F47
Text Example
Text Example
White with #904F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904F47; }
p { color: rgb(144,79,71); }
H1.HeaderClassName
{
color: #904F47;
}
.AnyTagClassName
{
color: #904F47;
}
</style>
background-color css
<style>
a { background-color: #904F47; }
a { background-color: rgb(144,79,71); }
div.DivClassName
{
background-color: #904F47;
}
.BgClassName
{
background-color: #904F47;
}
</style>
border-color css
<style>
span { border-color: #904F47; }
span { border-color: rgb(144,79,71); }
td.TdClassName
{
border-color: #904F47;
}
.TagClassName
{
border-color: #904F47;
}
</style>