Shades of Deep Fir #05420E
Tints of Deep Fir #05420E
RGB
CMYK
RGB Variations
Color information
#05420E (or 0x05420E) is known color: Deep Fir. HEX triplet: 05, 42 and 0E. RGB value is (5,66,14). Sum of RGB (Red+Green+Blue) = 5+66+14=85 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.88% from 85); Green value is 66 (26.17% from 255 or 77.65% from 85); Blue value is 14 (5.86% from 255 or 16.47% from 85); Max value from RGB is 66 - color contains mainly: green. Hex color #05420E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05420E is #FABDF1. Grayscale: #292929. Windows color (decimal): -16432626 or 934405. OLE color: 934405.
HSL color Cylindrical-coordinate representation of color #05420E: hue angle of 128.85º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05420E is Cyan = 0.92, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 5 | 66 | 14 | - |
| CMYK | 0.92 | 0 | 0.79 | 0.74 |
| HSL | 128.85º | 0.86% | 0.14% | - |
| HSV(B) | 128.85º | 0.92% | 0.26% | - |
| XYZ | 2.09 | 3.96 | 1.07 | - |
| YUV | 41.83 | 112.29 | 101.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 66 | 14 | 0.92 | 0 | 0.79 | 0.74 | 128.85 | 0.86 | 0.14 |
| Hex | 5 | 42 | E | 5C | 0 | 4F | 4A | 81 | 56 | E |
| Octal | 5 | 102 | 16 | 134 | 0 | 117 | 112 | 201 | 126 | 16 |
| Binary | 101 | 1000010 | 1110 | 1011100 | 0 | 1001111 | 1001010 | 10000001 | 1010110 | 1110 |
Color Harmonies of #05420E
Complementary color
Monochromatic Colors of #05420E
Black with #05420E
Text Example
Text Example
White with #05420E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05420E; }
p { color: rgb(5,66,14); }
H1.HeaderClassName
{
color: #05420E;
}
.AnyTagClassName
{
color: #05420E;
}
</style>
background-color css
<style>
a { background-color: #05420E; }
a { background-color: rgb(5,66,14); }
div.DivClassName
{
background-color: #05420E;
}
.BgClassName
{
background-color: #05420E;
}
</style>
border-color css
<style>
span { border-color: #05420E; }
span { border-color: rgb(5,66,14); }
td.TdClassName
{
border-color: #05420E;
}
.TagClassName
{
border-color: #05420E;
}
</style>