Shades of Salem #09853F
Tints of Salem #09853F
RGB
CMYK
RGB Variations
Color information
#09853F (or 0x09853F) is known color: Salem. HEX triplet: 09, 85 and 3F. RGB value is (9,133,63). Sum of RGB (Red+Green+Blue) = 9+133+63=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 133 (52.34% from 255 or 64.88% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 133 - color contains mainly: green. Hex color #09853F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09853F is #F67AC0. Grayscale: #585858. Windows color (decimal): -16153281 or 4162825. OLE color: 4162825.
HSL color Cylindrical-coordinate representation of color #09853F: hue angle of 146.13º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09853F is Cyan = 0.93, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 9 | 133 | 63 | - |
| CMYK | 0.93 | 0 | 0.53 | 0.48 |
| HSL | 146.13º | 0.87% | 0.28% | - |
| HSV(B) | 146.13º | 0.93% | 0.52% | - |
| XYZ | 9.4 | 17.19 | 7.53 | - |
| YUV | 87.94 | 113.92 | 71.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 133 | 63 | 0.93 | 0 | 0.53 | 0.48 | 146.13 | 0.87 | 0.28 |
| Hex | 9 | 85 | 3F | 5D | 0 | 35 | 30 | 92 | 57 | 1C |
| Octal | 11 | 205 | 77 | 135 | 0 | 65 | 60 | 222 | 127 | 34 |
| Binary | 1001 | 10000101 | 111111 | 1011101 | 0 | 110101 | 110000 | 10010010 | 1010111 | 11100 |
Color Harmonies of #09853F
Complementary color
Monochromatic Colors of #09853F
Black with #09853F
Text Example
Text Example
White with #09853F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09853F; }
p { color: rgb(9,133,63); }
H1.HeaderClassName
{
color: #09853F;
}
.AnyTagClassName
{
color: #09853F;
}
</style>
background-color css
<style>
a { background-color: #09853F; }
a { background-color: rgb(9,133,63); }
div.DivClassName
{
background-color: #09853F;
}
.BgClassName
{
background-color: #09853F;
}
</style>
border-color css
<style>
span { border-color: #09853F; }
span { border-color: rgb(9,133,63); }
td.TdClassName
{
border-color: #09853F;
}
.TagClassName
{
border-color: #09853F;
}
</style>