Shades of Salem #207853
Tints of Salem #207853
RGB
CMYK
RGB Variations
Color information
#207853 (or 0x207853) is known color: Salem. HEX triplet: 20, 78 and 53. RGB value is (32,120,83). Sum of RGB (Red+Green+Blue) = 32+120+83=235 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.62% from 235); Green value is 120 (47.27% from 255 or 51.06% from 235); Blue value is 83 (32.81% from 255 or 35.32% from 235); Max value from RGB is 120 - color contains mainly: green. Hex color #207853 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207853 is #DF87AC. Grayscale: #595959. Windows color (decimal): -14649261 or 5470240. OLE color: 5470240.
HSL color Cylindrical-coordinate representation of color #207853: hue angle of 154.77º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #207853 is Cyan = 0.73, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 32 | 120 | 83 | - |
| CMYK | 0.73 | 0 | 0.31 | 0.53 |
| HSL | 154.77º | 0.58% | 0.3% | - |
| HSV(B) | 154.77º | 0.73% | 0.47% | - |
| XYZ | 8.87 | 14.36 | 10.49 | - |
| YUV | 89.47 | 124.35 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 120 | 83 | 0.73 | 0 | 0.31 | 0.53 | 154.77 | 0.58 | 0.3 |
| Hex | 20 | 78 | 53 | 49 | 0 | 1F | 35 | 9B | 3A | 1E |
| Octal | 40 | 170 | 123 | 111 | 0 | 37 | 65 | 233 | 72 | 36 |
| Binary | 100000 | 1111000 | 1010011 | 1001001 | 0 | 11111 | 110101 | 10011011 | 111010 | 11110 |
Color Harmonies of #207853
Complementary color
Monochromatic Colors of #207853
Black with #207853
Text Example
Text Example
White with #207853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207853; }
p { color: rgb(32,120,83); }
H1.HeaderClassName
{
color: #207853;
}
.AnyTagClassName
{
color: #207853;
}
</style>
background-color css
<style>
a { background-color: #207853; }
a { background-color: rgb(32,120,83); }
div.DivClassName
{
background-color: #207853;
}
.BgClassName
{
background-color: #207853;
}
</style>
border-color css
<style>
span { border-color: #207853; }
span { border-color: rgb(32,120,83); }
td.TdClassName
{
border-color: #207853;
}
.TagClassName
{
border-color: #207853;
}
</style>