Shades of Deep Fir #16361D
Tints of Deep Fir #16361D
RGB
CMYK
RGB Variations
Color information
#16361D (or 0x16361D) is known color: Deep Fir. HEX triplet: 16, 36 and 1D. RGB value is (22,54,29). Sum of RGB (Red+Green+Blue) = 22+54+29=105 (13% of max value = 765). Red value is 22 (8.98% from 255 or 20.95% from 105); Green value is 54 (21.48% from 255 or 51.43% from 105); Blue value is 29 (11.72% from 255 or 27.62% from 105); Max value from RGB is 54 - color contains mainly: green. Hex color #16361D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16361D is #E9C9E2. Grayscale: #292929. Windows color (decimal): -15321571 or 1914390. OLE color: 1914390.
HSL color Cylindrical-coordinate representation of color #16361D: hue angle of 133.12º 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 #16361D is Cyan = 0.59, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 22 | 54 | 29 | - |
| CMYK | 0.59 | 0 | 0.46 | 0.79 |
| HSL | 133.13º | 0.42% | 0.15% | - |
| HSV(B) | 133.13º | 0.59% | 0.21% | - |
| XYZ | 1.87 | 2.9 | 1.62 | - |
| YUV | 41.58 | 120.9 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 54 | 29 | 0.59 | 0 | 0.46 | 0.79 | 133.13 | 0.42 | 0.15 |
| Hex | 16 | 36 | 1D | 3B | 0 | 2E | 4F | 85 | 2A | F |
| Octal | 26 | 66 | 35 | 73 | 0 | 56 | 117 | 205 | 52 | 17 |
| Binary | 10110 | 110110 | 11101 | 111011 | 0 | 101110 | 1001111 | 10000101 | 101010 | 1111 |
Color Harmonies of #16361D
Complementary color
Monochromatic Colors of #16361D
Black with #16361D
Text Example
Text Example
White with #16361D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16361D; }
p { color: rgb(22,54,29); }
H1.HeaderClassName
{
color: #16361D;
}
.AnyTagClassName
{
color: #16361D;
}
</style>
background-color css
<style>
a { background-color: #16361D; }
a { background-color: rgb(22,54,29); }
div.DivClassName
{
background-color: #16361D;
}
.BgClassName
{
background-color: #16361D;
}
</style>
border-color css
<style>
span { border-color: #16361D; }
span { border-color: rgb(22,54,29); }
td.TdClassName
{
border-color: #16361D;
}
.TagClassName
{
border-color: #16361D;
}
</style>