Shades of El Salva #905149
Tints of El Salva #905149
RGB
CMYK
RGB Variations
Color information
#905149 (or 0x905149) is known color: El Salva. HEX triplet: 90, 51 and 49. RGB value is (144,81,73). Sum of RGB (Red+Green+Blue) = 144+81+73=298 (39% of max value = 765). Red value is 144 (56.64% from 255 or 48.32% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 144 - color contains mainly: red. Hex color #905149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #905149 is #6FAEB6. Grayscale: #636363. Windows color (decimal): -7319223 or 4805008. OLE color: 4805008.
HSL color Cylindrical-coordinate representation of color #905149: hue angle of 6.76º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #905149 is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 81 | 73 | - |
| CMYK | 0 | 0.44 | 0.49 | 0.44 |
| HSL | 6.76º | 0.33% | 0.43% | - |
| HSV(B) | 6.76º | 0.49% | 0.56% | - |
| XYZ | 15.65 | 12.3 | 7.85 | - |
| YUV | 98.93 | 113.37 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 81 | 73 | 0 | 0.44 | 0.49 | 0.44 | 6.76 | 0.33 | 0.43 |
| Hex | 90 | 51 | 49 | 0 | 2C | 31 | 2C | 7 | 21 | 2B |
| Octal | 220 | 121 | 111 | 0 | 54 | 61 | 54 | 7 | 41 | 53 |
| Binary | 10010000 | 1010001 | 1001001 | 0 | 101100 | 110001 | 101100 | 111 | 100001 | 101011 |
Color Harmonies of #905149
Complementary color
Monochromatic Colors of #905149
Black with #905149
Text Example
Text Example
White with #905149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #905149; }
p { color: rgb(144,81,73); }
H1.HeaderClassName
{
color: #905149;
}
.AnyTagClassName
{
color: #905149;
}
</style>
background-color css
<style>
a { background-color: #905149; }
a { background-color: rgb(144,81,73); }
div.DivClassName
{
background-color: #905149;
}
.BgClassName
{
background-color: #905149;
}
</style>
border-color css
<style>
span { border-color: #905149; }
span { border-color: rgb(144,81,73); }
td.TdClassName
{
border-color: #905149;
}
.TagClassName
{
border-color: #905149;
}
</style>