Shades of Deep Fir #0D3920
Tints of Deep Fir #0D3920
RGB
CMYK
RGB Variations
Color information
#0D3920 (or 0x0D3920) is known color: Deep Fir. HEX triplet: 0D, 39 and 20. RGB value is (13,57,32). Sum of RGB (Red+Green+Blue) = 13+57+32=102 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.75% from 102); Green value is 57 (22.66% from 255 or 55.88% from 102); Blue value is 32 (12.89% from 255 or 31.37% from 102); Max value from RGB is 57 - color contains mainly: green. Hex color #0D3920 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3920 is #F2C6DF. Grayscale: #292929. Windows color (decimal): -15910624 or 2111757. OLE color: 2111757.
HSL color Cylindrical-coordinate representation of color #0D3920: hue angle of 145.91º 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 #0D3920 is Cyan = 0.77, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 13 | 57 | 32 | - |
| CMYK | 0.77 | 0 | 0.44 | 0.78 |
| HSL | 145.91º | 0.63% | 0.14% | - |
| HSV(B) | 145.91º | 0.77% | 0.22% | - |
| XYZ | 1.89 | 3.12 | 1.87 | - |
| YUV | 40.99 | 122.92 | 108.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 57 | 32 | 0.77 | 0 | 0.44 | 0.78 | 145.91 | 0.63 | 0.14 |
| Hex | D | 39 | 20 | 4D | 0 | 2C | 4E | 92 | 3F | E |
| Octal | 15 | 71 | 40 | 115 | 0 | 54 | 116 | 222 | 77 | 16 |
| Binary | 1101 | 111001 | 100000 | 1001101 | 0 | 101100 | 1001110 | 10010010 | 111111 | 1110 |
Color Harmonies of #0D3920
Complementary color
Monochromatic Colors of #0D3920
Black with #0D3920
Text Example
Text Example
White with #0D3920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3920; }
p { color: rgb(13,57,32); }
H1.HeaderClassName
{
color: #0D3920;
}
.AnyTagClassName
{
color: #0D3920;
}
</style>
background-color css
<style>
a { background-color: #0D3920; }
a { background-color: rgb(13,57,32); }
div.DivClassName
{
background-color: #0D3920;
}
.BgClassName
{
background-color: #0D3920;
}
</style>
border-color css
<style>
span { border-color: #0D3920; }
span { border-color: rgb(13,57,32); }
td.TdClassName
{
border-color: #0D3920;
}
.TagClassName
{
border-color: #0D3920;
}
</style>