Shades of Deep Fir #0B4216
Tints of Deep Fir #0B4216
RGB
CMYK
RGB Variations
Color information
#0B4216 (or 0x0B4216) is known color: Deep Fir. HEX triplet: 0B, 42 and 16. RGB value is (11,66,22). Sum of RGB (Red+Green+Blue) = 11+66+22=99 (13% of max value = 765). Red value is 11 (4.69% from 255 or 11.11% from 99); Green value is 66 (26.17% from 255 or 66.67% from 99); Blue value is 22 (8.98% from 255 or 22.22% from 99); Max value from RGB is 66 - color contains mainly: green. Hex color #0B4216 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B4216 is #F4BDE9. Grayscale: #2C2C2C. Windows color (decimal): -16039402 or 1458699. OLE color: 1458699.
HSL color Cylindrical-coordinate representation of color #0B4216: hue angle of 132º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0B4216 is Cyan = 0.83, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 11 | 66 | 22 | - |
| CMYK | 0.83 | 0 | 0.67 | 0.74 |
| HSL | 132º | 0.71% | 0.15% | - |
| HSV(B) | 132º | 0.83% | 0.26% | - |
| XYZ | 2.23 | 4.03 | 1.42 | - |
| YUV | 44.54 | 115.28 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 66 | 22 | 0.83 | 0 | 0.67 | 0.74 | 132 | 0.71 | 0.15 |
| Hex | B | 42 | 16 | 53 | 0 | 43 | 4A | 84 | 47 | F |
| Octal | 13 | 102 | 26 | 123 | 0 | 103 | 112 | 204 | 107 | 17 |
| Binary | 1011 | 1000010 | 10110 | 1010011 | 0 | 1000011 | 1001010 | 10000100 | 1000111 | 1111 |
Color Harmonies of #0B4216
Complementary color
Monochromatic Colors of #0B4216
Black with #0B4216
Text Example
Text Example
White with #0B4216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4216; }
p { color: rgb(11,66,22); }
H1.HeaderClassName
{
color: #0B4216;
}
.AnyTagClassName
{
color: #0B4216;
}
</style>
background-color css
<style>
a { background-color: #0B4216; }
a { background-color: rgb(11,66,22); }
div.DivClassName
{
background-color: #0B4216;
}
.BgClassName
{
background-color: #0B4216;
}
</style>
border-color css
<style>
span { border-color: #0B4216; }
span { border-color: rgb(11,66,22); }
td.TdClassName
{
border-color: #0B4216;
}
.TagClassName
{
border-color: #0B4216;
}
</style>