Shades of El Salva #984E42
Tints of El Salva #984E42
RGB
CMYK
RGB Variations
Color information
#984E42 (or 0x984E42) is known color: El Salva. HEX triplet: 98, 4E and 42. RGB value is (152,78,66). Sum of RGB (Red+Green+Blue) = 152+78+66=296 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.35% from 296); Green value is 78 (30.86% from 255 or 26.35% from 296); Blue value is 66 (26.17% from 255 or 22.30% from 296); Max value from RGB is 152 - color contains mainly: red. Hex color #984E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #984E42 is #67B1BD. Grayscale: #626262. Windows color (decimal): -6795710 or 4345496. OLE color: 4345496.
HSL color Cylindrical-coordinate representation of color #984E42: hue angle of 8.37º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #984E42 is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 78 | 66 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.40 |
| HSL | 8.37º | 0.39% | 0.43% | - |
| HSV(B) | 8.37º | 0.57% | 0.6% | - |
| XYZ | 16.66 | 12.52 | 6.69 | - |
| YUV | 98.76 | 109.52 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 78 | 66 | 0 | 0.49 | 0.57 | 0.40 | 8.37 | 0.39 | 0.43 |
| Hex | 98 | 4E | 42 | 0 | 31 | 39 | 28 | 8 | 27 | 2B |
| Octal | 230 | 116 | 102 | 0 | 61 | 71 | 50 | 10 | 47 | 53 |
| Binary | 10011000 | 1001110 | 1000010 | 0 | 110001 | 111001 | 101000 | 1000 | 100111 | 101011 |
Color Harmonies of #984E42
Complementary color
Monochromatic Colors of #984E42
Black with #984E42
Text Example
Text Example
White with #984E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #984E42; }
p { color: rgb(152,78,66); }
H1.HeaderClassName
{
color: #984E42;
}
.AnyTagClassName
{
color: #984E42;
}
</style>
background-color css
<style>
a { background-color: #984E42; }
a { background-color: rgb(152,78,66); }
div.DivClassName
{
background-color: #984E42;
}
.BgClassName
{
background-color: #984E42;
}
</style>
border-color css
<style>
span { border-color: #984E42; }
span { border-color: rgb(152,78,66); }
td.TdClassName
{
border-color: #984E42;
}
.TagClassName
{
border-color: #984E42;
}
</style>