Shades of Deep Fir #05450F
Tints of Deep Fir #05450F
RGB
CMYK
RGB Variations
Color information
#05450F (or 0x05450F) is known color: Deep Fir. HEX triplet: 05, 45 and 0F. RGB value is (5,69,15). Sum of RGB (Red+Green+Blue) = 5+69+15=89 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.62% from 89); Green value is 69 (27.34% from 255 or 77.53% from 89); Blue value is 15 (6.25% from 255 or 16.85% from 89); Max value from RGB is 69 - color contains mainly: green. Hex color #05450F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05450F is #FABAF0. Grayscale: #2B2B2B. Windows color (decimal): -16431857 or 1000709. OLE color: 1000709.
HSL color Cylindrical-coordinate representation of color #05450F: hue angle of 129.38º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05450F is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 69 | 15 | - |
| CMYK | 0.93 | 0 | 0.78 | 0.73 |
| HSL | 129.38º | 0.86% | 0.15% | - |
| HSV(B) | 129.38º | 0.93% | 0.27% | - |
| XYZ | 2.28 | 4.32 | 1.17 | - |
| YUV | 43.71 | 111.8 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 69 | 15 | 0.93 | 0 | 0.78 | 0.73 | 129.38 | 0.86 | 0.15 |
| Hex | 5 | 45 | F | 5D | 0 | 4E | 49 | 81 | 56 | F |
| Octal | 5 | 105 | 17 | 135 | 0 | 116 | 111 | 201 | 126 | 17 |
| Binary | 101 | 1000101 | 1111 | 1011101 | 0 | 1001110 | 1001001 | 10000001 | 1010110 | 1111 |
Color Harmonies of #05450F
Complementary color
Monochromatic Colors of #05450F
Black with #05450F
Text Example
Text Example
White with #05450F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05450F; }
p { color: rgb(5,69,15); }
H1.HeaderClassName
{
color: #05450F;
}
.AnyTagClassName
{
color: #05450F;
}
</style>
background-color css
<style>
a { background-color: #05450F; }
a { background-color: rgb(5,69,15); }
div.DivClassName
{
background-color: #05450F;
}
.BgClassName
{
background-color: #05450F;
}
</style>
border-color css
<style>
span { border-color: #05450F; }
span { border-color: rgb(5,69,15); }
td.TdClassName
{
border-color: #05450F;
}
.TagClassName
{
border-color: #05450F;
}
</style>