Shades of El Salva #954D41
Tints of El Salva #954D41
RGB
CMYK
RGB Variations
Color information
#954D41 (or 0x954D41) is known color: El Salva. HEX triplet: 95, 4D and 41. RGB value is (149,77,65). Sum of RGB (Red+Green+Blue) = 149+77+65=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 77 (30.47% from 255 or 26.46% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #954D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #954D41 is #6AB2BE. Grayscale: #616161. Windows color (decimal): -6992575 or 4279701. OLE color: 4279701.
HSL color Cylindrical-coordinate representation of color #954D41: hue angle of 8.57º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #954D41 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 77 | 65 | - |
| CMYK | 0 | 0.48 | 0.56 | 0.42 |
| HSL | 8.57º | 0.39% | 0.42% | - |
| HSV(B) | 8.57º | 0.56% | 0.58% | - |
| XYZ | 16 | 12.08 | 6.49 | - |
| YUV | 97.16 | 109.85 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 77 | 65 | 0 | 0.48 | 0.56 | 0.42 | 8.57 | 0.39 | 0.42 |
| Hex | 95 | 4D | 41 | 0 | 30 | 38 | 2A | 9 | 27 | 2A |
| Octal | 225 | 115 | 101 | 0 | 60 | 70 | 52 | 11 | 47 | 52 |
| Binary | 10010101 | 1001101 | 1000001 | 0 | 110000 | 111000 | 101010 | 1001 | 100111 | 101010 |
Color Harmonies of #954D41
Complementary color
Monochromatic Colors of #954D41
Black with #954D41
Text Example
Text Example
White with #954D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954D41; }
p { color: rgb(149,77,65); }
H1.HeaderClassName
{
color: #954D41;
}
.AnyTagClassName
{
color: #954D41;
}
</style>
background-color css
<style>
a { background-color: #954D41; }
a { background-color: rgb(149,77,65); }
div.DivClassName
{
background-color: #954D41;
}
.BgClassName
{
background-color: #954D41;
}
</style>
border-color css
<style>
span { border-color: #954D41; }
span { border-color: rgb(149,77,65); }
td.TdClassName
{
border-color: #954D41;
}
.TagClassName
{
border-color: #954D41;
}
</style>