Shades of Deep Fir #0B4521
Tints of Deep Fir #0B4521
RGB
CMYK
RGB Variations
Color information
#0B4521 (or 0x0B4521) is known color: Deep Fir. HEX triplet: 0B, 45 and 21. RGB value is (11,69,33). Sum of RGB (Red+Green+Blue) = 11+69+33=113 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.73% from 113); Green value is 69 (27.34% from 255 or 61.06% from 113); Blue value is 33 (13.28% from 255 or 29.20% from 113); Max value from RGB is 69 - color contains mainly: green. Hex color #0B4521 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B4521 is #F4BADE. Grayscale: #2F2F2F. Windows color (decimal): -16038623 or 2180363. OLE color: 2180363.
HSL color Cylindrical-coordinate representation of color #0B4521: hue angle of 142.76º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0B4521 is Cyan = 0.84, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 11 | 69 | 33 | - |
| CMYK | 0.84 | 0 | 0.52 | 0.73 |
| HSL | 142.76º | 0.73% | 0.16% | - |
| HSV(B) | 142.76º | 0.84% | 0.27% | - |
| XYZ | 2.54 | 4.44 | 2.16 | - |
| YUV | 47.55 | 119.78 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 69 | 33 | 0.84 | 0 | 0.52 | 0.73 | 142.76 | 0.73 | 0.16 |
| Hex | B | 45 | 21 | 54 | 0 | 34 | 49 | 8F | 48 | 10 |
| Octal | 13 | 105 | 41 | 124 | 0 | 64 | 111 | 217 | 110 | 20 |
| Binary | 1011 | 1000101 | 100001 | 1010100 | 0 | 110100 | 1001001 | 10001111 | 1001000 | 10000 |
Color Harmonies of #0B4521
Complementary color
Monochromatic Colors of #0B4521
Black with #0B4521
Text Example
Text Example
White with #0B4521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4521; }
p { color: rgb(11,69,33); }
H1.HeaderClassName
{
color: #0B4521;
}
.AnyTagClassName
{
color: #0B4521;
}
</style>
background-color css
<style>
a { background-color: #0B4521; }
a { background-color: rgb(11,69,33); }
div.DivClassName
{
background-color: #0B4521;
}
.BgClassName
{
background-color: #0B4521;
}
</style>
border-color css
<style>
span { border-color: #0B4521; }
span { border-color: rgb(11,69,33); }
td.TdClassName
{
border-color: #0B4521;
}
.TagClassName
{
border-color: #0B4521;
}
</style>