Shades of El Salva #955240
Tints of El Salva #955240
RGB
CMYK
RGB Variations
Color information
#955240 (or 0x955240) is known color: El Salva. HEX triplet: 95, 52 and 40. RGB value is (149,82,64). Sum of RGB (Red+Green+Blue) = 149+82+64=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #955240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955240 is #6AADBF. Grayscale: #646464. Windows color (decimal): -6991296 or 4215445. OLE color: 4215445.
HSL color Cylindrical-coordinate representation of color #955240: hue angle of 12.71º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #955240 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 82 | 64 | - |
| CMYK | 0 | 0.45 | 0.57 | 0.42 |
| HSL | 12.71º | 0.4% | 0.42% | - |
| HSV(B) | 12.71º | 0.57% | 0.58% | - |
| XYZ | 16.34 | 12.79 | 6.46 | - |
| YUV | 99.98 | 107.7 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 82 | 64 | 0 | 0.45 | 0.57 | 0.42 | 12.71 | 0.4 | 0.42 |
| Hex | 95 | 52 | 40 | 0 | 2D | 39 | 2A | D | 28 | 2A |
| Octal | 225 | 122 | 100 | 0 | 55 | 71 | 52 | 15 | 50 | 52 |
| Binary | 10010101 | 1010010 | 1000000 | 0 | 101101 | 111001 | 101010 | 1101 | 101000 | 101010 |
Color Harmonies of #955240
Complementary color
Monochromatic Colors of #955240
Black with #955240
Text Example
Text Example
White with #955240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955240; }
p { color: rgb(149,82,64); }
H1.HeaderClassName
{
color: #955240;
}
.AnyTagClassName
{
color: #955240;
}
</style>
background-color css
<style>
a { background-color: #955240; }
a { background-color: rgb(149,82,64); }
div.DivClassName
{
background-color: #955240;
}
.BgClassName
{
background-color: #955240;
}
</style>
border-color css
<style>
span { border-color: #955240; }
span { border-color: rgb(149,82,64); }
td.TdClassName
{
border-color: #955240;
}
.TagClassName
{
border-color: #955240;
}
</style>