Shades of Deep Fir #163521
Tints of Deep Fir #163521
RGB
CMYK
RGB Variations
Color information
#163521 (or 0x163521) is known color: Deep Fir. HEX triplet: 16, 35 and 21. RGB value is (22,53,33). Sum of RGB (Red+Green+Blue) = 22+53+33=108 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.37% from 108); Green value is 53 (21.09% from 255 or 49.07% from 108); Blue value is 33 (13.28% from 255 or 30.56% from 108); Max value from RGB is 53 - color contains mainly: green. Hex color #163521 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163521 is #E9CADE. Grayscale: #292929. Windows color (decimal): -15321823 or 2176278. OLE color: 2176278.
HSL color Cylindrical-coordinate representation of color #163521: hue angle of 141.29º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #163521 is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 22 | 53 | 33 | - |
| CMYK | 0.58 | 0 | 0.38 | 0.79 |
| HSL | 141.29º | 0.41% | 0.15% | - |
| HSV(B) | 141.29º | 0.58% | 0.21% | - |
| XYZ | 1.88 | 2.83 | 1.89 | - |
| YUV | 41.45 | 123.23 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 53 | 33 | 0.58 | 0 | 0.38 | 0.79 | 141.29 | 0.41 | 0.15 |
| Hex | 16 | 35 | 21 | 3A | 0 | 26 | 4F | 8D | 29 | F |
| Octal | 26 | 65 | 41 | 72 | 0 | 46 | 117 | 215 | 51 | 17 |
| Binary | 10110 | 110101 | 100001 | 111010 | 0 | 100110 | 1001111 | 10001101 | 101001 | 1111 |
Color Harmonies of #163521
Complementary color
Monochromatic Colors of #163521
Black with #163521
Text Example
Text Example
White with #163521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #163521; }
p { color: rgb(22,53,33); }
H1.HeaderClassName
{
color: #163521;
}
.AnyTagClassName
{
color: #163521;
}
</style>
background-color css
<style>
a { background-color: #163521; }
a { background-color: rgb(22,53,33); }
div.DivClassName
{
background-color: #163521;
}
.BgClassName
{
background-color: #163521;
}
</style>
border-color css
<style>
span { border-color: #163521; }
span { border-color: rgb(22,53,33); }
td.TdClassName
{
border-color: #163521;
}
.TagClassName
{
border-color: #163521;
}
</style>