Shades of Deep Fir #04400E
Tints of Deep Fir #04400E
RGB
CMYK
RGB Variations
Color information
#04400E (or 0x04400E) is known color: Deep Fir. HEX triplet: 04, 40 and 0E. RGB value is (4,64,14). Sum of RGB (Red+Green+Blue) = 4+64+14=82 (10% of max value = 765). Red value is 4 (1.95% from 255 or 4.88% from 82); Green value is 64 (25.39% from 255 or 78.05% from 82); Blue value is 14 (5.86% from 255 or 17.07% from 82); Max value from RGB is 64 - color contains mainly: green. Hex color #04400E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #04400E is #FBBFF1. Grayscale: #282828. Windows color (decimal): -16498674 or 933892. OLE color: 933892.
HSL color Cylindrical-coordinate representation of color #04400E: hue angle of 130º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04400E is Cyan = 0.94, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 4 | 64 | 14 | - |
| CMYK | 0.94 | 0 | 0.78 | 0.75 |
| HSL | 130º | 0.88% | 0.13% | - |
| HSV(B) | 130º | 0.94% | 0.25% | - |
| XYZ | 1.96 | 3.72 | 1.03 | - |
| YUV | 40.36 | 113.12 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 64 | 14 | 0.94 | 0 | 0.78 | 0.75 | 130 | 0.88 | 0.13 |
| Hex | 4 | 40 | E | 5E | 0 | 4E | 4B | 82 | 58 | D |
| Octal | 4 | 100 | 16 | 136 | 0 | 116 | 113 | 202 | 130 | 15 |
| Binary | 100 | 1000000 | 1110 | 1011110 | 0 | 1001110 | 1001011 | 10000010 | 1011000 | 1101 |
Color Harmonies of #04400E
Complementary color
Monochromatic Colors of #04400E
Black with #04400E
Text Example
Text Example
White with #04400E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04400E; }
p { color: rgb(4,64,14); }
H1.HeaderClassName
{
color: #04400E;
}
.AnyTagClassName
{
color: #04400E;
}
</style>
background-color css
<style>
a { background-color: #04400E; }
a { background-color: rgb(4,64,14); }
div.DivClassName
{
background-color: #04400E;
}
.BgClassName
{
background-color: #04400E;
}
</style>
border-color css
<style>
span { border-color: #04400E; }
span { border-color: rgb(4,64,14); }
td.TdClassName
{
border-color: #04400E;
}
.TagClassName
{
border-color: #04400E;
}
</style>