Shades of Deep Fir #05410E
Tints of Deep Fir #05410E
RGB
CMYK
RGB Variations
Color information
#05410E (or 0x05410E) is known color: Deep Fir. HEX triplet: 05, 41 and 0E. RGB value is (5,65,14). Sum of RGB (Red+Green+Blue) = 5+65+14=84 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.95% from 84); Green value is 65 (25.78% from 255 or 77.38% from 84); Blue value is 14 (5.86% from 255 or 16.67% from 84); Max value from RGB is 65 - color contains mainly: green. Hex color #05410E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05410E is #FABEF1. Grayscale: #292929. Windows color (decimal): -16432882 or 934149. OLE color: 934149.
HSL color Cylindrical-coordinate representation of color #05410E: hue angle of 129º 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 #05410E is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 5 | 65 | 14 | - |
| CMYK | 0.92 | 0 | 0.78 | 0.75 |
| HSL | 129º | 0.86% | 0.14% | - |
| HSV(B) | 129º | 0.92% | 0.25% | - |
| XYZ | 2.03 | 3.84 | 1.05 | - |
| YUV | 41.25 | 112.62 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 65 | 14 | 0.92 | 0 | 0.78 | 0.75 | 129 | 0.86 | 0.14 |
| Hex | 5 | 41 | E | 5C | 0 | 4E | 4B | 81 | 56 | E |
| Octal | 5 | 101 | 16 | 134 | 0 | 116 | 113 | 201 | 126 | 16 |
| Binary | 101 | 1000001 | 1110 | 1011100 | 0 | 1001110 | 1001011 | 10000001 | 1010110 | 1110 |
Color Harmonies of #05410E
Complementary color
Monochromatic Colors of #05410E
Black with #05410E
Text Example
Text Example
White with #05410E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05410E; }
p { color: rgb(5,65,14); }
H1.HeaderClassName
{
color: #05410E;
}
.AnyTagClassName
{
color: #05410E;
}
</style>
background-color css
<style>
a { background-color: #05410E; }
a { background-color: rgb(5,65,14); }
div.DivClassName
{
background-color: #05410E;
}
.BgClassName
{
background-color: #05410E;
}
</style>
border-color css
<style>
span { border-color: #05410E; }
span { border-color: rgb(5,65,14); }
td.TdClassName
{
border-color: #05410E;
}
.TagClassName
{
border-color: #05410E;
}
</style>