Shades of Deep Fir #163721
Tints of Deep Fir #163721
RGB
CMYK
RGB Variations
Color information
#163721 (or 0x163721) is known color: Deep Fir. HEX triplet: 16, 37 and 21. RGB value is (22,55,33). Sum of RGB (Red+Green+Blue) = 22+55+33=110 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20% from 110); Green value is 55 (21.88% from 255 or 50% from 110); Blue value is 33 (13.28% from 255 or 30% from 110); Max value from RGB is 55 - color contains mainly: green. Hex color #163721 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163721 is #E9C8DE. Grayscale: #2A2A2A. Windows color (decimal): -15321311 or 2176790. OLE color: 2176790.
HSL color Cylindrical-coordinate representation of color #163721: hue angle of 140º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #163721 is Cyan = 0.6, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 22 | 55 | 33 | - |
| CMYK | 0.6 | 0 | 0.4 | 0.78 |
| HSL | 140º | 0.43% | 0.15% | - |
| HSV(B) | 140º | 0.6% | 0.22% | - |
| XYZ | 1.97 | 3.01 | 1.92 | - |
| YUV | 42.63 | 122.57 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 55 | 33 | 0.6 | 0 | 0.4 | 0.78 | 140 | 0.43 | 0.15 |
| Hex | 16 | 37 | 21 | 3C | 0 | 28 | 4E | 8C | 2B | F |
| Octal | 26 | 67 | 41 | 74 | 0 | 50 | 116 | 214 | 53 | 17 |
| Binary | 10110 | 110111 | 100001 | 111100 | 0 | 101000 | 1001110 | 10001100 | 101011 | 1111 |
Color Harmonies of #163721
Complementary color
Monochromatic Colors of #163721
Black with #163721
Text Example
Text Example
White with #163721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163721; }
p { color: rgb(22,55,33); }
H1.HeaderClassName
{
color: #163721;
}
.AnyTagClassName
{
color: #163721;
}
</style>
background-color css
<style>
a { background-color: #163721; }
a { background-color: rgb(22,55,33); }
div.DivClassName
{
background-color: #163721;
}
.BgClassName
{
background-color: #163721;
}
</style>
border-color css
<style>
span { border-color: #163721; }
span { border-color: rgb(22,55,33); }
td.TdClassName
{
border-color: #163721;
}
.TagClassName
{
border-color: #163721;
}
</style>