Shades of Deep Fir #104421
Tints of Deep Fir #104421
RGB
CMYK
RGB Variations
Color information
#104421 (or 0x104421) is known color: Deep Fir. HEX triplet: 10, 44 and 21. RGB value is (16,68,33). Sum of RGB (Red+Green+Blue) = 16+68+33=117 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.68% from 117); Green value is 68 (26.95% from 255 or 58.12% from 117); Blue value is 33 (13.28% from 255 or 28.21% from 117); Max value from RGB is 68 - color contains mainly: green. Hex color #104421 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104421 is #EFBBDE. Grayscale: #303030. Windows color (decimal): -15711199 or 2180112. OLE color: 2180112.
HSL color Cylindrical-coordinate representation of color #104421: hue angle of 139.62º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #104421 is Cyan = 0.76, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 16 | 68 | 33 | - |
| CMYK | 0.76 | 0 | 0.51 | 0.73 |
| HSL | 139.62º | 0.62% | 0.16% | - |
| HSV(B) | 139.62º | 0.76% | 0.27% | - |
| XYZ | 2.56 | 4.35 | 2.14 | - |
| YUV | 48.46 | 119.27 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 68 | 33 | 0.76 | 0 | 0.51 | 0.73 | 139.62 | 0.62 | 0.16 |
| Hex | 10 | 44 | 21 | 4C | 0 | 33 | 49 | 8C | 3E | 10 |
| Octal | 20 | 104 | 41 | 114 | 0 | 63 | 111 | 214 | 76 | 20 |
| Binary | 10000 | 1000100 | 100001 | 1001100 | 0 | 110011 | 1001001 | 10001100 | 111110 | 10000 |
Color Harmonies of #104421
Complementary color
Monochromatic Colors of #104421
Black with #104421
Text Example
Text Example
White with #104421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104421; }
p { color: rgb(16,68,33); }
H1.HeaderClassName
{
color: #104421;
}
.AnyTagClassName
{
color: #104421;
}
</style>
background-color css
<style>
a { background-color: #104421; }
a { background-color: rgb(16,68,33); }
div.DivClassName
{
background-color: #104421;
}
.BgClassName
{
background-color: #104421;
}
</style>
border-color css
<style>
span { border-color: #104421; }
span { border-color: rgb(16,68,33); }
td.TdClassName
{
border-color: #104421;
}
.TagClassName
{
border-color: #104421;
}
</style>