Shades of Deep Fir #163620
Tints of Deep Fir #163620
RGB
CMYK
RGB Variations
Color information
#163620 (or 0x163620) is known color: Deep Fir. HEX triplet: 16, 36 and 20. RGB value is (22,54,32). Sum of RGB (Red+Green+Blue) = 22+54+32=108 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.37% from 108); Green value is 54 (21.48% from 255 or 50% from 108); Blue value is 32 (12.89% from 255 or 29.63% from 108); Max value from RGB is 54 - color contains mainly: green. Hex color #163620 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163620 is #E9C9DF. Grayscale: #292929. Windows color (decimal): -15321568 or 2110998. OLE color: 2110998.
HSL color Cylindrical-coordinate representation of color #163620: hue angle of 138.75º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #163620 is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 22 | 54 | 32 | - |
| CMYK | 0.59 | 0 | 0.41 | 0.79 |
| HSL | 138.75º | 0.42% | 0.15% | - |
| HSV(B) | 138.75º | 0.59% | 0.21% | - |
| XYZ | 1.91 | 2.91 | 1.83 | - |
| YUV | 41.92 | 122.4 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 54 | 32 | 0.59 | 0 | 0.41 | 0.79 | 138.75 | 0.42 | 0.15 |
| Hex | 16 | 36 | 20 | 3B | 0 | 29 | 4F | 8B | 2A | F |
| Octal | 26 | 66 | 40 | 73 | 0 | 51 | 117 | 213 | 52 | 17 |
| Binary | 10110 | 110110 | 100000 | 111011 | 0 | 101001 | 1001111 | 10001011 | 101010 | 1111 |
Color Harmonies of #163620
Complementary color
Monochromatic Colors of #163620
Black with #163620
Text Example
Text Example
White with #163620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163620; }
p { color: rgb(22,54,32); }
H1.HeaderClassName
{
color: #163620;
}
.AnyTagClassName
{
color: #163620;
}
</style>
background-color css
<style>
a { background-color: #163620; }
a { background-color: rgb(22,54,32); }
div.DivClassName
{
background-color: #163620;
}
.BgClassName
{
background-color: #163620;
}
</style>
border-color css
<style>
span { border-color: #163620; }
span { border-color: rgb(22,54,32); }
td.TdClassName
{
border-color: #163620;
}
.TagClassName
{
border-color: #163620;
}
</style>