Shades of El Salva #955246
Tints of El Salva #955246
RGB
CMYK
RGB Variations
Color information
#955246 (or 0x955246) is known color: El Salva. HEX triplet: 95, 52 and 46. RGB value is (149,82,70). Sum of RGB (Red+Green+Blue) = 149+82+70=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 70 (27.73% from 255 or 23.26% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #955246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #955246 is #6AADB9. Grayscale: #646464. Windows color (decimal): -6991290 or 4608661. OLE color: 4608661.
HSL color Cylindrical-coordinate representation of color #955246: hue angle of 9.11º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #955246 is Cyan = 0, Magento = 0.45, Yellow = 0.53 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 82 | 70 | - |
| CMYK | 0 | 0.45 | 0.53 | 0.42 |
| HSL | 9.11º | 0.36% | 0.43% | - |
| HSV(B) | 9.11º | 0.53% | 0.58% | - |
| XYZ | 16.52 | 12.87 | 7.41 | - |
| YUV | 100.67 | 110.7 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 82 | 70 | 0 | 0.45 | 0.53 | 0.42 | 9.11 | 0.36 | 0.43 |
| Hex | 95 | 52 | 46 | 0 | 2D | 35 | 2A | 9 | 24 | 2B |
| Octal | 225 | 122 | 106 | 0 | 55 | 65 | 52 | 11 | 44 | 53 |
| Binary | 10010101 | 1010010 | 1000110 | 0 | 101101 | 110101 | 101010 | 1001 | 100100 | 101011 |
Color Harmonies of #955246
Complementary color
Monochromatic Colors of #955246
Black with #955246
Text Example
Text Example
White with #955246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955246; }
p { color: rgb(149,82,70); }
H1.HeaderClassName
{
color: #955246;
}
.AnyTagClassName
{
color: #955246;
}
</style>
background-color css
<style>
a { background-color: #955246; }
a { background-color: rgb(149,82,70); }
div.DivClassName
{
background-color: #955246;
}
.BgClassName
{
background-color: #955246;
}
</style>
border-color css
<style>
span { border-color: #955246; }
span { border-color: rgb(149,82,70); }
td.TdClassName
{
border-color: #955246;
}
.TagClassName
{
border-color: #955246;
}
</style>