Shades of Deep Fir #163320
Tints of Deep Fir #163320
RGB
CMYK
RGB Variations
Color information
#163320 (or 0x163320) is known color: Deep Fir. HEX triplet: 16, 33 and 20. RGB value is (22,51,32). Sum of RGB (Red+Green+Blue) = 22+51+32=105 (13% of max value = 765). Red value is 22 (8.98% from 255 or 20.95% from 105); Green value is 51 (20.31% from 255 or 48.57% from 105); Blue value is 32 (12.89% from 255 or 30.48% from 105); Max value from RGB is 51 - color contains mainly: green. Hex color #163320 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163320 is #E9CCDF. Grayscale: #282828. Windows color (decimal): -15322336 or 2110230. OLE color: 2110230.
HSL color Cylindrical-coordinate representation of color #163320: hue angle of 140.69º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #163320 is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 22 | 51 | 32 | - |
| CMYK | 0.57 | 0 | 0.37 | 0.8 |
| HSL | 140.69º | 0.4% | 0.14% | - |
| HSV(B) | 140.69º | 0.57% | 0.2% | - |
| XYZ | 1.78 | 2.64 | 1.78 | - |
| YUV | 40.16 | 123.39 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 51 | 32 | 0.57 | 0 | 0.37 | 0.8 | 140.69 | 0.4 | 0.14 |
| Hex | 16 | 33 | 20 | 39 | 0 | 25 | 50 | 8D | 28 | E |
| Octal | 26 | 63 | 40 | 71 | 0 | 45 | 120 | 215 | 50 | 16 |
| Binary | 10110 | 110011 | 100000 | 111001 | 0 | 100101 | 1010000 | 10001101 | 101000 | 1110 |
Color Harmonies of #163320
Complementary color
Monochromatic Colors of #163320
Black with #163320
Text Example
Text Example
White with #163320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163320; }
p { color: rgb(22,51,32); }
H1.HeaderClassName
{
color: #163320;
}
.AnyTagClassName
{
color: #163320;
}
</style>
background-color css
<style>
a { background-color: #163320; }
a { background-color: rgb(22,51,32); }
div.DivClassName
{
background-color: #163320;
}
.BgClassName
{
background-color: #163320;
}
</style>
border-color css
<style>
span { border-color: #163320; }
span { border-color: rgb(22,51,32); }
td.TdClassName
{
border-color: #163320;
}
.TagClassName
{
border-color: #163320;
}
</style>