Shades of Deep Fir #0E3719
Tints of Deep Fir #0E3719
RGB
CMYK
RGB Variations
Color information
#0E3719 (or 0x0E3719) is known color: Deep Fir. HEX triplet: 0E, 37 and 19. RGB value is (14,55,25). Sum of RGB (Red+Green+Blue) = 14+55+25=94 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.89% from 94); Green value is 55 (21.88% from 255 or 58.51% from 94); Blue value is 25 (10.16% from 255 or 26.60% from 94); Max value from RGB is 55 - color contains mainly: green. Hex color #0E3719 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E3719 is #F1C8E6. Grayscale: #272727. Windows color (decimal): -15845607 or 1652494. OLE color: 1652494.
HSL color Cylindrical-coordinate representation of color #0E3719: hue angle of 136.1º degrees, saturation: 0.59, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0E3719 is Cyan = 0.75, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 14 | 55 | 25 | - |
| CMYK | 0.75 | 0 | 0.55 | 0.78 |
| HSL | 136.1º | 0.59% | 0.14% | - |
| HSV(B) | 136.1º | 0.75% | 0.22% | - |
| XYZ | 1.72 | 2.9 | 1.39 | - |
| YUV | 39.32 | 119.92 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 55 | 25 | 0.75 | 0 | 0.55 | 0.78 | 136.1 | 0.59 | 0.14 |
| Hex | E | 37 | 19 | 4B | 0 | 37 | 4E | 88 | 3B | E |
| Octal | 16 | 67 | 31 | 113 | 0 | 67 | 116 | 210 | 73 | 16 |
| Binary | 1110 | 110111 | 11001 | 1001011 | 0 | 110111 | 1001110 | 10001000 | 111011 | 1110 |
Color Harmonies of #0E3719
Complementary color
Monochromatic Colors of #0E3719
Black with #0E3719
Text Example
Text Example
White with #0E3719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3719; }
p { color: rgb(14,55,25); }
H1.HeaderClassName
{
color: #0E3719;
}
.AnyTagClassName
{
color: #0E3719;
}
</style>
background-color css
<style>
a { background-color: #0E3719; }
a { background-color: rgb(14,55,25); }
div.DivClassName
{
background-color: #0E3719;
}
.BgClassName
{
background-color: #0E3719;
}
</style>
border-color css
<style>
span { border-color: #0E3719; }
span { border-color: rgb(14,55,25); }
td.TdClassName
{
border-color: #0E3719;
}
.TagClassName
{
border-color: #0E3719;
}
</style>