Shades of El Salva #954D45
Tints of El Salva #954D45
RGB
CMYK
RGB Variations
Color information
#954D45 (or 0x954D45) is known color: El Salva. HEX triplet: 95, 4D and 45. RGB value is (149,77,69). Sum of RGB (Red+Green+Blue) = 149+77+69=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 77 (30.47% from 255 or 26.10% from 295); Blue value is 69 (27.34% from 255 or 23.39% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #954D45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #954D45 is #6AB2BA. Grayscale: #616161. Windows color (decimal): -6992571 or 4541845. OLE color: 4541845.
HSL color Cylindrical-coordinate representation of color #954D45: hue angle of 6º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #954D45 is Cyan = 0, Magento = 0.48, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 77 | 69 | - |
| CMYK | 0 | 0.48 | 0.54 | 0.42 |
| HSL | 6º | 0.37% | 0.43% | - |
| HSV(B) | 6º | 0.54% | 0.58% | - |
| XYZ | 16.12 | 12.13 | 7.12 | - |
| YUV | 97.62 | 111.85 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 77 | 69 | 0 | 0.48 | 0.54 | 0.42 | 6 | 0.37 | 0.43 |
| Hex | 95 | 4D | 45 | 0 | 30 | 36 | 2A | 6 | 25 | 2B |
| Octal | 225 | 115 | 105 | 0 | 60 | 66 | 52 | 6 | 45 | 53 |
| Binary | 10010101 | 1001101 | 1000101 | 0 | 110000 | 110110 | 101010 | 110 | 100101 | 101011 |
Color Harmonies of #954D45
Complementary color
Monochromatic Colors of #954D45
Black with #954D45
Text Example
Text Example
White with #954D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954D45; }
p { color: rgb(149,77,69); }
H1.HeaderClassName
{
color: #954D45;
}
.AnyTagClassName
{
color: #954D45;
}
</style>
background-color css
<style>
a { background-color: #954D45; }
a { background-color: rgb(149,77,69); }
div.DivClassName
{
background-color: #954D45;
}
.BgClassName
{
background-color: #954D45;
}
</style>
border-color css
<style>
span { border-color: #954D45; }
span { border-color: rgb(149,77,69); }
td.TdClassName
{
border-color: #954D45;
}
.TagClassName
{
border-color: #954D45;
}
</style>