Shades of El Salva #954C44
Tints of El Salva #954C44
RGB
CMYK
RGB Variations
Color information
#954C44 (or 0x954C44) is known color: El Salva. HEX triplet: 95, 4C and 44. RGB value is (149,76,68). Sum of RGB (Red+Green+Blue) = 149+76+68=293 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.85% from 293); Green value is 76 (30.08% from 255 or 25.94% from 293); Blue value is 68 (26.95% from 255 or 23.21% from 293); Max value from RGB is 149 - color contains mainly: red. Hex color #954C44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954C44 is #6AB3BB. Grayscale: #616161. Windows color (decimal): -6992828 or 4476053. OLE color: 4476053.
HSL color Cylindrical-coordinate representation of color #954C44: hue angle of 5.93º 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 #954C44 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 76 | 68 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.42 |
| HSL | 5.93º | 0.37% | 0.43% | - |
| HSV(B) | 5.93º | 0.54% | 0.58% | - |
| XYZ | 16.02 | 11.98 | 6.94 | - |
| YUV | 96.92 | 111.68 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 76 | 68 | 0 | 0.49 | 0.54 | 0.42 | 5.93 | 0.37 | 0.43 |
| Hex | 95 | 4C | 44 | 0 | 31 | 36 | 2A | 6 | 25 | 2B |
| Octal | 225 | 114 | 104 | 0 | 61 | 66 | 52 | 6 | 45 | 53 |
| Binary | 10010101 | 1001100 | 1000100 | 0 | 110001 | 110110 | 101010 | 110 | 100101 | 101011 |
Color Harmonies of #954C44
Complementary color
Monochromatic Colors of #954C44
Black with #954C44
Text Example
Text Example
White with #954C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954C44; }
p { color: rgb(149,76,68); }
H1.HeaderClassName
{
color: #954C44;
}
.AnyTagClassName
{
color: #954C44;
}
</style>
background-color css
<style>
a { background-color: #954C44; }
a { background-color: rgb(149,76,68); }
div.DivClassName
{
background-color: #954C44;
}
.BgClassName
{
background-color: #954C44;
}
</style>
border-color css
<style>
span { border-color: #954C44; }
span { border-color: rgb(149,76,68); }
td.TdClassName
{
border-color: #954C44;
}
.TagClassName
{
border-color: #954C44;
}
</style>