Shades of Deep Fir #05390F
Tints of Deep Fir #05390F
RGB
CMYK
RGB Variations
Color information
#05390F (or 0x05390F) is known color: Deep Fir. HEX triplet: 05, 39 and 0F. RGB value is (5,57,15). Sum of RGB (Red+Green+Blue) = 5+57+15=77 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.49% from 77); Green value is 57 (22.66% from 255 or 74.03% from 77); Blue value is 15 (6.25% from 255 or 19.48% from 77); Max value from RGB is 57 - color contains mainly: green. Hex color #05390F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05390F is #FAC6F0. Grayscale: #242424. Windows color (decimal): -16434929 or 997637. OLE color: 997637.
HSL color Cylindrical-coordinate representation of color #05390F: hue angle of 131.54º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #05390F is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 5 | 57 | 15 | - |
| CMYK | 0.91 | 0 | 0.74 | 0.78 |
| HSL | 131.54º | 0.84% | 0.12% | - |
| HSV(B) | 131.54º | 0.91% | 0.22% | - |
| XYZ | 1.61 | 2.99 | 0.94 | - |
| YUV | 36.66 | 115.77 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 57 | 15 | 0.91 | 0 | 0.74 | 0.78 | 131.54 | 0.84 | 0.12 |
| Hex | 5 | 39 | F | 5B | 0 | 4A | 4E | 84 | 54 | C |
| Octal | 5 | 71 | 17 | 133 | 0 | 112 | 116 | 204 | 124 | 14 |
| Binary | 101 | 111001 | 1111 | 1011011 | 0 | 1001010 | 1001110 | 10000100 | 1010100 | 1100 |
Color Harmonies of #05390F
Complementary color
Monochromatic Colors of #05390F
Black with #05390F
Text Example
Text Example
White with #05390F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05390F; }
p { color: rgb(5,57,15); }
H1.HeaderClassName
{
color: #05390F;
}
.AnyTagClassName
{
color: #05390F;
}
</style>
background-color css
<style>
a { background-color: #05390F; }
a { background-color: rgb(5,57,15); }
div.DivClassName
{
background-color: #05390F;
}
.BgClassName
{
background-color: #05390F;
}
</style>
border-color css
<style>
span { border-color: #05390F; }
span { border-color: rgb(5,57,15); }
td.TdClassName
{
border-color: #05390F;
}
.TagClassName
{
border-color: #05390F;
}
</style>