Shades of El Salva #995343
Tints of El Salva #995343
RGB
CMYK
RGB Variations
Color information
#995343 (or 0x995343) is known color: El Salva. HEX triplet: 99, 53 and 43. RGB value is (153,83,67). Sum of RGB (Red+Green+Blue) = 153+83+67=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 67 (26.56% from 255 or 22.11% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #995343 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995343 is #66ACBC. Grayscale: #666666. Windows color (decimal): -6728893 or 4412313. OLE color: 4412313.
HSL color Cylindrical-coordinate representation of color #995343: hue angle of 11.16º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #995343 is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 83 | 67 | - |
| CMYK | 0 | 0.46 | 0.56 | 0.4 |
| HSL | 11.16º | 0.39% | 0.43% | - |
| HSV(B) | 11.16º | 0.56% | 0.6% | - |
| XYZ | 17.24 | 13.36 | 6.98 | - |
| YUV | 102.11 | 108.19 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 83 | 67 | 0 | 0.46 | 0.56 | 0.4 | 11.16 | 0.39 | 0.43 |
| Hex | 99 | 53 | 43 | 0 | 2E | 38 | 28 | B | 27 | 2B |
| Octal | 231 | 123 | 103 | 0 | 56 | 70 | 50 | 13 | 47 | 53 |
| Binary | 10011001 | 1010011 | 1000011 | 0 | 101110 | 111000 | 101000 | 1011 | 100111 | 101011 |
Color Harmonies of #995343
Complementary color
Monochromatic Colors of #995343
Black with #995343
Text Example
Text Example
White with #995343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995343; }
p { color: rgb(153,83,67); }
H1.HeaderClassName
{
color: #995343;
}
.AnyTagClassName
{
color: #995343;
}
</style>
background-color css
<style>
a { background-color: #995343; }
a { background-color: rgb(153,83,67); }
div.DivClassName
{
background-color: #995343;
}
.BgClassName
{
background-color: #995343;
}
</style>
border-color css
<style>
span { border-color: #995343; }
span { border-color: rgb(153,83,67); }
td.TdClassName
{
border-color: #995343;
}
.TagClassName
{
border-color: #995343;
}
</style>