Shades of Deep Fir #0F3216
Tints of Deep Fir #0F3216
RGB
CMYK
RGB Variations
Color information
#0F3216 (or 0x0F3216) is known color: Deep Fir. HEX triplet: 0F, 32 and 16. RGB value is (15,50,22). Sum of RGB (Red+Green+Blue) = 15+50+22=87 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.24% from 87); Green value is 50 (19.92% from 255 or 57.47% from 87); Blue value is 22 (8.98% from 255 or 25.29% from 87); Max value from RGB is 50 - color contains mainly: green. Hex color #0F3216 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3216 is #F0CDE9. Grayscale: #242424. Windows color (decimal): -15781354 or 1454607. OLE color: 1454607.
HSL color Cylindrical-coordinate representation of color #0F3216: hue angle of 132º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0F3216 is Cyan = 0.70, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 15 | 50 | 22 | - |
| CMYK | 0.70 | 0 | 0.56 | 0.80 |
| HSL | 132º | 0.54% | 0.13% | - |
| HSV(B) | 132º | 0.7% | 0.2% | - |
| XYZ | 1.48 | 2.44 | 1.15 | - |
| YUV | 36.34 | 119.9 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 50 | 22 | 0.70 | 0 | 0.56 | 0.80 | 132 | 0.54 | 0.13 |
| Hex | F | 32 | 16 | 46 | 0 | 38 | 50 | 84 | 36 | D |
| Octal | 17 | 62 | 26 | 106 | 0 | 70 | 120 | 204 | 66 | 15 |
| Binary | 1111 | 110010 | 10110 | 1000110 | 0 | 111000 | 1010000 | 10000100 | 110110 | 1101 |
Color Harmonies of #0F3216
Complementary color
Monochromatic Colors of #0F3216
Black with #0F3216
Text Example
Text Example
White with #0F3216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3216; }
p { color: rgb(15,50,22); }
H1.HeaderClassName
{
color: #0F3216;
}
.AnyTagClassName
{
color: #0F3216;
}
</style>
background-color css
<style>
a { background-color: #0F3216; }
a { background-color: rgb(15,50,22); }
div.DivClassName
{
background-color: #0F3216;
}
.BgClassName
{
background-color: #0F3216;
}
</style>
border-color css
<style>
span { border-color: #0F3216; }
span { border-color: rgb(15,50,22); }
td.TdClassName
{
border-color: #0F3216;
}
.TagClassName
{
border-color: #0F3216;
}
</style>