Shades of Deep Fir #054415
Tints of Deep Fir #054415
RGB
CMYK
RGB Variations
Color information
#054415 (or 0x054415) is known color: Deep Fir. HEX triplet: 05, 44 and 15. RGB value is (5,68,21). Sum of RGB (Red+Green+Blue) = 5+68+21=94 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.32% from 94); Green value is 68 (26.95% from 255 or 72.34% from 94); Blue value is 21 (8.59% from 255 or 22.34% from 94); Max value from RGB is 68 - color contains mainly: green. Hex color #054415 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #054415 is #FABBEA. Grayscale: #2B2B2B. Windows color (decimal): -16432107 or 1393669. OLE color: 1393669.
HSL color Cylindrical-coordinate representation of color #054415: hue angle of 135.24º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054415 is Cyan = 0.93, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 68 | 21 | - |
| CMYK | 0.93 | 0 | 0.69 | 0.73 |
| HSL | 135.24º | 0.86% | 0.14% | - |
| HSV(B) | 135.24º | 0.93% | 0.27% | - |
| XYZ | 2.27 | 4.22 | 1.4 | - |
| YUV | 43.81 | 115.13 | 100.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 68 | 21 | 0.93 | 0 | 0.69 | 0.73 | 135.24 | 0.86 | 0.14 |
| Hex | 5 | 44 | 15 | 5D | 0 | 45 | 49 | 87 | 56 | E |
| Octal | 5 | 104 | 25 | 135 | 0 | 105 | 111 | 207 | 126 | 16 |
| Binary | 101 | 1000100 | 10101 | 1011101 | 0 | 1000101 | 1001001 | 10000111 | 1010110 | 1110 |
Color Harmonies of #054415
Complementary color
Monochromatic Colors of #054415
Black with #054415
Text Example
Text Example
White with #054415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054415; }
p { color: rgb(5,68,21); }
H1.HeaderClassName
{
color: #054415;
}
.AnyTagClassName
{
color: #054415;
}
</style>
background-color css
<style>
a { background-color: #054415; }
a { background-color: rgb(5,68,21); }
div.DivClassName
{
background-color: #054415;
}
.BgClassName
{
background-color: #054415;
}
</style>
border-color css
<style>
span { border-color: #054415; }
span { border-color: rgb(5,68,21); }
td.TdClassName
{
border-color: #054415;
}
.TagClassName
{
border-color: #054415;
}
</style>