Shades of Deep Fir #16411D
Tints of Deep Fir #16411D
RGB
CMYK
RGB Variations
Color information
#16411D (or 0x16411D) is known color: Deep Fir. HEX triplet: 16, 41 and 1D. RGB value is (22,65,29). Sum of RGB (Red+Green+Blue) = 22+65+29=116 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.97% from 116); Green value is 65 (25.78% from 255 or 56.03% from 116); Blue value is 29 (11.72% from 255 or 25% from 116); Max value from RGB is 65 - color contains mainly: green. Hex color #16411D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16411D is #E9BEE2. Grayscale: #303030. Windows color (decimal): -15318755 or 1917206. OLE color: 1917206.
HSL color Cylindrical-coordinate representation of color #16411D: hue angle of 129.77º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #16411D is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 22 | 65 | 29 | - |
| CMYK | 0.66 | 0 | 0.55 | 0.75 |
| HSL | 129.77º | 0.49% | 0.17% | - |
| HSV(B) | 129.77º | 0.66% | 0.25% | - |
| XYZ | 2.44 | 4.04 | 1.81 | - |
| YUV | 48.04 | 117.25 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 65 | 29 | 0.66 | 0 | 0.55 | 0.75 | 129.77 | 0.49 | 0.17 |
| Hex | 16 | 41 | 1D | 42 | 0 | 37 | 4B | 82 | 31 | 11 |
| Octal | 26 | 101 | 35 | 102 | 0 | 67 | 113 | 202 | 61 | 21 |
| Binary | 10110 | 1000001 | 11101 | 1000010 | 0 | 110111 | 1001011 | 10000010 | 110001 | 10001 |
Color Harmonies of #16411D
Complementary color
Monochromatic Colors of #16411D
Black with #16411D
Text Example
Text Example
White with #16411D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16411D; }
p { color: rgb(22,65,29); }
H1.HeaderClassName
{
color: #16411D;
}
.AnyTagClassName
{
color: #16411D;
}
</style>
background-color css
<style>
a { background-color: #16411D; }
a { background-color: rgb(22,65,29); }
div.DivClassName
{
background-color: #16411D;
}
.BgClassName
{
background-color: #16411D;
}
</style>
border-color css
<style>
span { border-color: #16411D; }
span { border-color: rgb(22,65,29); }
td.TdClassName
{
border-color: #16411D;
}
.TagClassName
{
border-color: #16411D;
}
</style>