Shades of Deep Fir #04440E
Tints of Deep Fir #04440E
RGB
CMYK
RGB Variations
Color information
#04440E (or 0x04440E) is known color: Deep Fir. HEX triplet: 04, 44 and 0E. RGB value is (4,68,14). Sum of RGB (Red+Green+Blue) = 4+68+14=86 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.65% from 86); Green value is 68 (26.95% from 255 or 79.07% from 86); Blue value is 14 (5.86% from 255 or 16.28% from 86); Max value from RGB is 68 - color contains mainly: green. Hex color #04440E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04440E is #FBBBF1. Grayscale: #2A2A2A. Windows color (decimal): -16497650 or 934916. OLE color: 934916.
HSL color Cylindrical-coordinate representation of color #04440E: hue angle of 129.38º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04440E is Cyan = 0.94, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 4 | 68 | 14 | - |
| CMYK | 0.94 | 0 | 0.79 | 0.73 |
| HSL | 129.38º | 0.89% | 0.14% | - |
| HSV(B) | 129.38º | 0.94% | 0.27% | - |
| XYZ | 2.2 | 4.19 | 1.11 | - |
| YUV | 42.71 | 111.8 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 68 | 14 | 0.94 | 0 | 0.79 | 0.73 | 129.38 | 0.89 | 0.14 |
| Hex | 4 | 44 | E | 5E | 0 | 4F | 49 | 81 | 59 | E |
| Octal | 4 | 104 | 16 | 136 | 0 | 117 | 111 | 201 | 131 | 16 |
| Binary | 100 | 1000100 | 1110 | 1011110 | 0 | 1001111 | 1001001 | 10000001 | 1011001 | 1110 |
Color Harmonies of #04440E
Complementary color
Monochromatic Colors of #04440E
Black with #04440E
Text Example
Text Example
White with #04440E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04440E; }
p { color: rgb(4,68,14); }
H1.HeaderClassName
{
color: #04440E;
}
.AnyTagClassName
{
color: #04440E;
}
</style>
background-color css
<style>
a { background-color: #04440E; }
a { background-color: rgb(4,68,14); }
div.DivClassName
{
background-color: #04440E;
}
.BgClassName
{
background-color: #04440E;
}
</style>
border-color css
<style>
span { border-color: #04440E; }
span { border-color: rgb(4,68,14); }
td.TdClassName
{
border-color: #04440E;
}
.TagClassName
{
border-color: #04440E;
}
</style>