Shades of Deep Fir #053C0E
Tints of Deep Fir #053C0E
RGB
CMYK
RGB Variations
Color information
#053C0E (or 0x053C0E) is known color: Deep Fir. HEX triplet: 05, 3C and 0E. RGB value is (5,60,14). Sum of RGB (Red+Green+Blue) = 5+60+14=79 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.33% from 79); Green value is 60 (23.83% from 255 or 75.95% from 79); Blue value is 14 (5.86% from 255 or 17.72% from 79); Max value from RGB is 60 - color contains mainly: green. Hex color #053C0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053C0E is #FAC3F1. Grayscale: #262626. Windows color (decimal): -16434162 or 932869. OLE color: 932869.
HSL color Cylindrical-coordinate representation of color #053C0E: hue angle of 129.82º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053C0E is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 5 | 60 | 14 | - |
| CMYK | 0.92 | 0 | 0.77 | 0.76 |
| HSL | 129.82º | 0.85% | 0.13% | - |
| HSV(B) | 129.82º | 0.92% | 0.24% | - |
| XYZ | 1.76 | 3.3 | 0.96 | - |
| YUV | 38.31 | 114.28 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 60 | 14 | 0.92 | 0 | 0.77 | 0.76 | 129.82 | 0.85 | 0.13 |
| Hex | 5 | 3C | E | 5C | 0 | 4D | 4C | 82 | 55 | D |
| Octal | 5 | 74 | 16 | 134 | 0 | 115 | 114 | 202 | 125 | 15 |
| Binary | 101 | 111100 | 1110 | 1011100 | 0 | 1001101 | 1001100 | 10000010 | 1010101 | 1101 |
Color Harmonies of #053C0E
Complementary color
Monochromatic Colors of #053C0E
Black with #053C0E
Text Example
Text Example
White with #053C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053C0E; }
p { color: rgb(5,60,14); }
H1.HeaderClassName
{
color: #053C0E;
}
.AnyTagClassName
{
color: #053C0E;
}
</style>
background-color css
<style>
a { background-color: #053C0E; }
a { background-color: rgb(5,60,14); }
div.DivClassName
{
background-color: #053C0E;
}
.BgClassName
{
background-color: #053C0E;
}
</style>
border-color css
<style>
span { border-color: #053C0E; }
span { border-color: rgb(5,60,14); }
td.TdClassName
{
border-color: #053C0E;
}
.TagClassName
{
border-color: #053C0E;
}
</style>