Shades of El Salva #985241
Tints of El Salva #985241
RGB
CMYK
RGB Variations
Color information
#985241 (or 0x985241) is known color: El Salva. HEX triplet: 98, 52 and 41. RGB value is (152,82,65). Sum of RGB (Red+Green+Blue) = 152+82+65=299 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.84% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 152 - color contains mainly: red. Hex color #985241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #985241 is #67ADBE. Grayscale: #656565. Windows color (decimal): -6794687 or 4280984. OLE color: 4280984.
HSL color Cylindrical-coordinate representation of color #985241: hue angle of 11.72º degrees, saturation: 0.4, 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 #985241 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 82 | 65 | - |
| CMYK | 0 | 0.46 | 0.57 | 0.40 |
| HSL | 11.72º | 0.4% | 0.43% | - |
| HSV(B) | 11.72º | 0.57% | 0.6% | - |
| XYZ | 16.92 | 13.09 | 6.64 | - |
| YUV | 100.99 | 107.69 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 82 | 65 | 0 | 0.46 | 0.57 | 0.40 | 11.72 | 0.4 | 0.43 |
| Hex | 98 | 52 | 41 | 0 | 2E | 39 | 28 | C | 28 | 2B |
| Octal | 230 | 122 | 101 | 0 | 56 | 71 | 50 | 14 | 50 | 53 |
| Binary | 10011000 | 1010010 | 1000001 | 0 | 101110 | 111001 | 101000 | 1100 | 101000 | 101011 |
Color Harmonies of #985241
Complementary color
Monochromatic Colors of #985241
Black with #985241
Text Example
Text Example
White with #985241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #985241; }
p { color: rgb(152,82,65); }
H1.HeaderClassName
{
color: #985241;
}
.AnyTagClassName
{
color: #985241;
}
</style>
background-color css
<style>
a { background-color: #985241; }
a { background-color: rgb(152,82,65); }
div.DivClassName
{
background-color: #985241;
}
.BgClassName
{
background-color: #985241;
}
</style>
border-color css
<style>
span { border-color: #985241; }
span { border-color: rgb(152,82,65); }
td.TdClassName
{
border-color: #985241;
}
.TagClassName
{
border-color: #985241;
}
</style>