Shades of Deep Fir #163822
Tints of Deep Fir #163822
RGB
CMYK
RGB Variations
Color information
#163822 (or 0x163822) is known color: Deep Fir. HEX triplet: 16, 38 and 22. RGB value is (22,56,34). Sum of RGB (Red+Green+Blue) = 22+56+34=112 (14% of max value = 765). Red value is 22 (8.98% from 255 or 19.64% from 112); Green value is 56 (22.27% from 255 or 50% from 112); Blue value is 34 (13.67% from 255 or 30.36% from 112); Max value from RGB is 56 - color contains mainly: green. Hex color #163822 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163822 is #E9C7DD. Grayscale: #2B2B2B. Windows color (decimal): -15321054 or 2242582. OLE color: 2242582.
HSL color Cylindrical-coordinate representation of color #163822: hue angle of 141.18º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #163822 is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 22 | 56 | 34 | - |
| CMYK | 0.61 | 0 | 0.39 | 0.78 |
| HSL | 141.18º | 0.44% | 0.15% | - |
| HSV(B) | 141.18º | 0.61% | 0.22% | - |
| XYZ | 2.03 | 3.11 | 2.01 | - |
| YUV | 43.33 | 122.74 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 56 | 34 | 0.61 | 0 | 0.39 | 0.78 | 141.18 | 0.44 | 0.15 |
| Hex | 16 | 38 | 22 | 3D | 0 | 27 | 4E | 8D | 2C | F |
| Octal | 26 | 70 | 42 | 75 | 0 | 47 | 116 | 215 | 54 | 17 |
| Binary | 10110 | 111000 | 100010 | 111101 | 0 | 100111 | 1001110 | 10001101 | 101100 | 1111 |
Color Harmonies of #163822
Complementary color
Monochromatic Colors of #163822
Black with #163822
Text Example
Text Example
White with #163822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163822; }
p { color: rgb(22,56,34); }
H1.HeaderClassName
{
color: #163822;
}
.AnyTagClassName
{
color: #163822;
}
</style>
background-color css
<style>
a { background-color: #163822; }
a { background-color: rgb(22,56,34); }
div.DivClassName
{
background-color: #163822;
}
.BgClassName
{
background-color: #163822;
}
</style>
border-color css
<style>
span { border-color: #163822; }
span { border-color: rgb(22,56,34); }
td.TdClassName
{
border-color: #163822;
}
.TagClassName
{
border-color: #163822;
}
</style>