Shades of El Salva #954D43
Tints of El Salva #954D43
RGB
CMYK
RGB Variations
Color information
#954D43 (or 0x954D43) is known color: El Salva. HEX triplet: 95, 4D and 43. RGB value is (149,77,67). Sum of RGB (Red+Green+Blue) = 149+77+67=293 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.85% from 293); Green value is 77 (30.47% from 255 or 26.28% from 293); Blue value is 67 (26.56% from 255 or 22.87% from 293); Max value from RGB is 149 - color contains mainly: red. Hex color #954D43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #954D43 is #6AB2BC. Grayscale: #616161. Windows color (decimal): -6992573 or 4410773. OLE color: 4410773.
HSL color Cylindrical-coordinate representation of color #954D43: hue angle of 7.32º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #954D43 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 77 | 67 | - |
| CMYK | 0 | 0.48 | 0.55 | 0.42 |
| HSL | 7.32º | 0.38% | 0.42% | - |
| HSV(B) | 7.32º | 0.55% | 0.58% | - |
| XYZ | 16.06 | 12.1 | 6.8 | - |
| YUV | 97.39 | 110.85 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 77 | 67 | 0 | 0.48 | 0.55 | 0.42 | 7.32 | 0.38 | 0.42 |
| Hex | 95 | 4D | 43 | 0 | 30 | 37 | 2A | 7 | 26 | 2A |
| Octal | 225 | 115 | 103 | 0 | 60 | 67 | 52 | 7 | 46 | 52 |
| Binary | 10010101 | 1001101 | 1000011 | 0 | 110000 | 110111 | 101010 | 111 | 100110 | 101010 |
Color Harmonies of #954D43
Complementary color
Monochromatic Colors of #954D43
Black with #954D43
Text Example
Text Example
White with #954D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954D43; }
p { color: rgb(149,77,67); }
H1.HeaderClassName
{
color: #954D43;
}
.AnyTagClassName
{
color: #954D43;
}
</style>
background-color css
<style>
a { background-color: #954D43; }
a { background-color: rgb(149,77,67); }
div.DivClassName
{
background-color: #954D43;
}
.BgClassName
{
background-color: #954D43;
}
</style>
border-color css
<style>
span { border-color: #954D43; }
span { border-color: rgb(149,77,67); }
td.TdClassName
{
border-color: #954D43;
}
.TagClassName
{
border-color: #954D43;
}
</style>