Shades of El Salva #904D44
Tints of El Salva #904D44
RGB
CMYK
RGB Variations
Color information
#904D44 (or 0x904D44) is known color: El Salva. HEX triplet: 90, 4D and 44. RGB value is (144,77,68). Sum of RGB (Red+Green+Blue) = 144+77+68=289 (38% of max value = 765). Red value is 144 (56.64% from 255 or 49.83% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 68 (26.95% from 255 or 23.53% from 289); Max value from RGB is 144 - color contains mainly: red. Hex color #904D44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #904D44 is #6FB2BB. Grayscale: #606060. Windows color (decimal): -7320252 or 4476304. OLE color: 4476304.
HSL color Cylindrical-coordinate representation of color #904D44: hue angle of 7.11º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #904D44 is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 77 | 68 | - |
| CMYK | 0 | 0.47 | 0.53 | 0.44 |
| HSL | 7.11º | 0.36% | 0.42% | - |
| HSV(B) | 7.11º | 0.53% | 0.56% | - |
| XYZ | 15.2 | 11.65 | 6.92 | - |
| YUV | 96.01 | 112.2 | 162.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 77 | 68 | 0 | 0.47 | 0.53 | 0.44 | 7.11 | 0.36 | 0.42 |
| Hex | 90 | 4D | 44 | 0 | 2F | 35 | 2C | 7 | 24 | 2A |
| Octal | 220 | 115 | 104 | 0 | 57 | 65 | 54 | 7 | 44 | 52 |
| Binary | 10010000 | 1001101 | 1000100 | 0 | 101111 | 110101 | 101100 | 111 | 100100 | 101010 |
Color Harmonies of #904D44
Complementary color
Monochromatic Colors of #904D44
Black with #904D44
Text Example
Text Example
White with #904D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904D44; }
p { color: rgb(144,77,68); }
H1.HeaderClassName
{
color: #904D44;
}
.AnyTagClassName
{
color: #904D44;
}
</style>
background-color css
<style>
a { background-color: #904D44; }
a { background-color: rgb(144,77,68); }
div.DivClassName
{
background-color: #904D44;
}
.BgClassName
{
background-color: #904D44;
}
</style>
border-color css
<style>
span { border-color: #904D44; }
span { border-color: rgb(144,77,68); }
td.TdClassName
{
border-color: #904D44;
}
.TagClassName
{
border-color: #904D44;
}
</style>