Shades of Deep Fir #0F3514
Tints of Deep Fir #0F3514
RGB
CMYK
RGB Variations
Color information
#0F3514 (or 0x0F3514) is known color: Deep Fir. HEX triplet: 0F, 35 and 14. RGB value is (15,53,20). Sum of RGB (Red+Green+Blue) = 15+53+20=88 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.05% from 88); Green value is 53 (21.09% from 255 or 60.23% from 88); Blue value is 20 (8.20% from 255 or 22.73% from 88); Max value from RGB is 53 - color contains mainly: green. Hex color #0F3514 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3514 is #F0CAEB. Grayscale: #252525. Windows color (decimal): -15780588 or 1324303. OLE color: 1324303.
HSL color Cylindrical-coordinate representation of color #0F3514: hue angle of 127.89º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0F3514 is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 15 | 53 | 20 | - |
| CMYK | 0.72 | 0 | 0.62 | 0.79 |
| HSL | 127.89º | 0.56% | 0.13% | - |
| HSV(B) | 127.89º | 0.72% | 0.21% | - |
| XYZ | 1.6 | 2.7 | 1.1 | - |
| YUV | 37.88 | 117.91 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 53 | 20 | 0.72 | 0 | 0.62 | 0.79 | 127.89 | 0.56 | 0.13 |
| Hex | F | 35 | 14 | 48 | 0 | 3E | 4F | 80 | 38 | D |
| Octal | 17 | 65 | 24 | 110 | 0 | 76 | 117 | 200 | 70 | 15 |
| Binary | 1111 | 110101 | 10100 | 1001000 | 0 | 111110 | 1001111 | 10000000 | 111000 | 1101 |
Color Harmonies of #0F3514
Complementary color
Monochromatic Colors of #0F3514
Black with #0F3514
Text Example
Text Example
White with #0F3514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3514; }
p { color: rgb(15,53,20); }
H1.HeaderClassName
{
color: #0F3514;
}
.AnyTagClassName
{
color: #0F3514;
}
</style>
background-color css
<style>
a { background-color: #0F3514; }
a { background-color: rgb(15,53,20); }
div.DivClassName
{
background-color: #0F3514;
}
.BgClassName
{
background-color: #0F3514;
}
</style>
border-color css
<style>
span { border-color: #0F3514; }
span { border-color: rgb(15,53,20); }
td.TdClassName
{
border-color: #0F3514;
}
.TagClassName
{
border-color: #0F3514;
}
</style>