Shades of El Salva #904B3F
Tints of El Salva #904B3F
RGB
CMYK
RGB Variations
Color information
#904B3F (or 0x904B3F) is known color: El Salva. HEX triplet: 90, 4B and 3F. RGB value is (144,75,63). Sum of RGB (Red+Green+Blue) = 144+75+63=282 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.06% from 282); Green value is 75 (29.69% from 255 or 26.60% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 144 - color contains mainly: red. Hex color #904B3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #904B3F is #6FB4C0. Grayscale: #5E5E5E. Windows color (decimal): -7320769 or 4148112. OLE color: 4148112.
HSL color Cylindrical-coordinate representation of color #904B3F: hue angle of 8.89º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #904B3F is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 75 | 63 | - |
| CMYK | 0 | 0.48 | 0.56 | 0.44 |
| HSL | 8.89º | 0.39% | 0.41% | - |
| HSV(B) | 8.89º | 0.56% | 0.56% | - |
| XYZ | 14.91 | 11.32 | 6.1 | - |
| YUV | 94.26 | 110.36 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 75 | 63 | 0 | 0.48 | 0.56 | 0.44 | 8.89 | 0.39 | 0.41 |
| Hex | 90 | 4B | 3F | 0 | 30 | 38 | 2C | 9 | 27 | 29 |
| Octal | 220 | 113 | 77 | 0 | 60 | 70 | 54 | 11 | 47 | 51 |
| Binary | 10010000 | 1001011 | 111111 | 0 | 110000 | 111000 | 101100 | 1001 | 100111 | 101001 |
Color Harmonies of #904B3F
Complementary color
Monochromatic Colors of #904B3F
Black with #904B3F
Text Example
Text Example
White with #904B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904B3F; }
p { color: rgb(144,75,63); }
H1.HeaderClassName
{
color: #904B3F;
}
.AnyTagClassName
{
color: #904B3F;
}
</style>
background-color css
<style>
a { background-color: #904B3F; }
a { background-color: rgb(144,75,63); }
div.DivClassName
{
background-color: #904B3F;
}
.BgClassName
{
background-color: #904B3F;
}
</style>
border-color css
<style>
span { border-color: #904B3F; }
span { border-color: rgb(144,75,63); }
td.TdClassName
{
border-color: #904B3F;
}
.TagClassName
{
border-color: #904B3F;
}
</style>