Shades of El Salva #914D43
Tints of El Salva #914D43
RGB
CMYK
RGB Variations
Color information
#914D43 (or 0x914D43) is known color: El Salva. HEX triplet: 91, 4D and 43. RGB value is (145,77,67). Sum of RGB (Red+Green+Blue) = 145+77+67=289 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50.17% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 67 (26.56% from 255 or 23.18% from 289); Max value from RGB is 145 - color contains mainly: red. Hex color #914D43 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #914D43 is #6EB2BC. Grayscale: #606060. Windows color (decimal): -7254717 or 4410769. OLE color: 4410769.
HSL color Cylindrical-coordinate representation of color #914D43: hue angle of 7.69º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #914D43 is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 77 | 67 | - |
| CMYK | 0 | 0.47 | 0.54 | 0.43 |
| HSL | 7.69º | 0.37% | 0.42% | - |
| HSV(B) | 7.69º | 0.54% | 0.57% | - |
| XYZ | 15.34 | 11.73 | 6.77 | - |
| YUV | 96.19 | 111.53 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 77 | 67 | 0 | 0.47 | 0.54 | 0.43 | 7.69 | 0.37 | 0.42 |
| Hex | 91 | 4D | 43 | 0 | 2F | 36 | 2B | 8 | 25 | 2A |
| Octal | 221 | 115 | 103 | 0 | 57 | 66 | 53 | 10 | 45 | 52 |
| Binary | 10010001 | 1001101 | 1000011 | 0 | 101111 | 110110 | 101011 | 1000 | 100101 | 101010 |
Color Harmonies of #914D43
Complementary color
Monochromatic Colors of #914D43
Black with #914D43
Text Example
Text Example
White with #914D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914D43; }
p { color: rgb(145,77,67); }
H1.HeaderClassName
{
color: #914D43;
}
.AnyTagClassName
{
color: #914D43;
}
</style>
background-color css
<style>
a { background-color: #914D43; }
a { background-color: rgb(145,77,67); }
div.DivClassName
{
background-color: #914D43;
}
.BgClassName
{
background-color: #914D43;
}
</style>
border-color css
<style>
span { border-color: #914D43; }
span { border-color: rgb(145,77,67); }
td.TdClassName
{
border-color: #914D43;
}
.TagClassName
{
border-color: #914D43;
}
</style>