Shades of Deep Fir #05400E
Tints of Deep Fir #05400E
RGB
CMYK
RGB Variations
Color information
#05400E (or 0x05400E) is known color: Deep Fir. HEX triplet: 05, 40 and 0E. RGB value is (5,64,14). Sum of RGB (Red+Green+Blue) = 5+64+14=83 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.02% from 83); Green value is 64 (25.39% from 255 or 77.11% from 83); Blue value is 14 (5.86% from 255 or 16.87% from 83); Max value from RGB is 64 - color contains mainly: green. Hex color #05400E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05400E is #FABFF1. Grayscale: #282828. Windows color (decimal): -16433138 or 933893. OLE color: 933893.
HSL color Cylindrical-coordinate representation of color #05400E: hue angle of 129.15º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05400E is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 5 | 64 | 14 | - |
| CMYK | 0.92 | 0 | 0.78 | 0.75 |
| HSL | 129.15º | 0.86% | 0.14% | - |
| HSV(B) | 129.15º | 0.92% | 0.25% | - |
| XYZ | 1.98 | 3.73 | 1.03 | - |
| YUV | 40.66 | 112.95 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 64 | 14 | 0.92 | 0 | 0.78 | 0.75 | 129.15 | 0.86 | 0.14 |
| Hex | 5 | 40 | E | 5C | 0 | 4E | 4B | 81 | 56 | E |
| Octal | 5 | 100 | 16 | 134 | 0 | 116 | 113 | 201 | 126 | 16 |
| Binary | 101 | 1000000 | 1110 | 1011100 | 0 | 1001110 | 1001011 | 10000001 | 1010110 | 1110 |
Color Harmonies of #05400E
Complementary color
Monochromatic Colors of #05400E
Black with #05400E
Text Example
Text Example
White with #05400E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05400E; }
p { color: rgb(5,64,14); }
H1.HeaderClassName
{
color: #05400E;
}
.AnyTagClassName
{
color: #05400E;
}
</style>
background-color css
<style>
a { background-color: #05400E; }
a { background-color: rgb(5,64,14); }
div.DivClassName
{
background-color: #05400E;
}
.BgClassName
{
background-color: #05400E;
}
</style>
border-color css
<style>
span { border-color: #05400E; }
span { border-color: rgb(5,64,14); }
td.TdClassName
{
border-color: #05400E;
}
.TagClassName
{
border-color: #05400E;
}
</style>