Shades of Deep Fir #0D3921
Tints of Deep Fir #0D3921
RGB
CMYK
RGB Variations
Color information
#0D3921 (or 0x0D3921) is known color: Deep Fir. HEX triplet: 0D, 39 and 21. RGB value is (13,57,33). Sum of RGB (Red+Green+Blue) = 13+57+33=103 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.62% from 103); Green value is 57 (22.66% from 255 or 55.34% from 103); Blue value is 33 (13.28% from 255 or 32.04% from 103); Max value from RGB is 57 - color contains mainly: green. Hex color #0D3921 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3921 is #F2C6DE. Grayscale: #292929. Windows color (decimal): -15910623 or 2177293. OLE color: 2177293.
HSL color Cylindrical-coordinate representation of color #0D3921: hue angle of 147.27º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0D3921 is Cyan = 0.77, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 13 | 57 | 33 | - |
| CMYK | 0.77 | 0 | 0.42 | 0.78 |
| HSL | 147.27º | 0.63% | 0.14% | - |
| HSV(B) | 147.27º | 0.77% | 0.22% | - |
| XYZ | 1.9 | 3.12 | 1.94 | - |
| YUV | 41.11 | 123.42 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 57 | 33 | 0.77 | 0 | 0.42 | 0.78 | 147.27 | 0.63 | 0.14 |
| Hex | D | 39 | 21 | 4D | 0 | 2A | 4E | 93 | 3F | E |
| Octal | 15 | 71 | 41 | 115 | 0 | 52 | 116 | 223 | 77 | 16 |
| Binary | 1101 | 111001 | 100001 | 1001101 | 0 | 101010 | 1001110 | 10010011 | 111111 | 1110 |
Color Harmonies of #0D3921
Complementary color
Monochromatic Colors of #0D3921
Black with #0D3921
Text Example
Text Example
White with #0D3921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3921; }
p { color: rgb(13,57,33); }
H1.HeaderClassName
{
color: #0D3921;
}
.AnyTagClassName
{
color: #0D3921;
}
</style>
background-color css
<style>
a { background-color: #0D3921; }
a { background-color: rgb(13,57,33); }
div.DivClassName
{
background-color: #0D3921;
}
.BgClassName
{
background-color: #0D3921;
}
</style>
border-color css
<style>
span { border-color: #0D3921; }
span { border-color: rgb(13,57,33); }
td.TdClassName
{
border-color: #0D3921;
}
.TagClassName
{
border-color: #0D3921;
}
</style>