Shades of El Salva #954F40
Tints of El Salva #954F40
RGB
CMYK
RGB Variations
Color information
#954F40 (or 0x954F40) is known color: El Salva. HEX triplet: 95, 4F and 40. RGB value is (149,79,64). Sum of RGB (Red+Green+Blue) = 149+79+64=292 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.03% from 292); Green value is 79 (31.25% from 255 or 27.05% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 149 - color contains mainly: red. Hex color #954F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #954F40 is #6AB0BF. Grayscale: #626262. Windows color (decimal): -6992064 or 4214677. OLE color: 4214677.
HSL color Cylindrical-coordinate representation of color #954F40: hue angle of 10.59º 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 #954F40 is Cyan = 0, Magento = 0.47, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 79 | 64 | - |
| CMYK | 0 | 0.47 | 0.57 | 0.42 |
| HSL | 10.59º | 0.4% | 0.42% | - |
| HSV(B) | 10.59º | 0.57% | 0.58% | - |
| XYZ | 16.12 | 12.35 | 6.39 | - |
| YUV | 98.22 | 108.69 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 79 | 64 | 0 | 0.47 | 0.57 | 0.42 | 10.59 | 0.4 | 0.42 |
| Hex | 95 | 4F | 40 | 0 | 2F | 39 | 2A | B | 28 | 2A |
| Octal | 225 | 117 | 100 | 0 | 57 | 71 | 52 | 13 | 50 | 52 |
| Binary | 10010101 | 1001111 | 1000000 | 0 | 101111 | 111001 | 101010 | 1011 | 101000 | 101010 |
Color Harmonies of #954F40
Complementary color
Monochromatic Colors of #954F40
Black with #954F40
Text Example
Text Example
White with #954F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954F40; }
p { color: rgb(149,79,64); }
H1.HeaderClassName
{
color: #954F40;
}
.AnyTagClassName
{
color: #954F40;
}
</style>
background-color css
<style>
a { background-color: #954F40; }
a { background-color: rgb(149,79,64); }
div.DivClassName
{
background-color: #954F40;
}
.BgClassName
{
background-color: #954F40;
}
</style>
border-color css
<style>
span { border-color: #954F40; }
span { border-color: rgb(149,79,64); }
td.TdClassName
{
border-color: #954F40;
}
.TagClassName
{
border-color: #954F40;
}
</style>