Shades of Deep Fir #0D3414
Tints of Deep Fir #0D3414
RGB
CMYK
RGB Variations
Color information
#0D3414 (or 0x0D3414) is known color: Deep Fir. HEX triplet: 0D, 34 and 14. RGB value is (13,52,20). Sum of RGB (Red+Green+Blue) = 13+52+20=85 (11% of max value = 765). Red value is 13 (5.47% from 255 or 15.29% from 85); Green value is 52 (20.70% from 255 or 61.18% from 85); Blue value is 20 (8.20% from 255 or 23.53% from 85); Max value from RGB is 52 - color contains mainly: green. Hex color #0D3414 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3414 is #F2CBEB. Grayscale: #242424. Windows color (decimal): -15911916 or 1324045. OLE color: 1324045.
HSL color Cylindrical-coordinate representation of color #0D3414: hue angle of 130.77º degrees, saturation: 0.6, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0D3414 is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 13 | 52 | 20 | - |
| CMYK | 0.75 | 0 | 0.62 | 0.80 |
| HSL | 130.77º | 0.6% | 0.13% | - |
| HSV(B) | 130.77º | 0.75% | 0.2% | - |
| XYZ | 1.52 | 2.59 | 1.08 | - |
| YUV | 36.69 | 118.58 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 52 | 20 | 0.75 | 0 | 0.62 | 0.80 | 130.77 | 0.6 | 0.13 |
| Hex | D | 34 | 14 | 4B | 0 | 3E | 50 | 83 | 3C | D |
| Octal | 15 | 64 | 24 | 113 | 0 | 76 | 120 | 203 | 74 | 15 |
| Binary | 1101 | 110100 | 10100 | 1001011 | 0 | 111110 | 1010000 | 10000011 | 111100 | 1101 |
Color Harmonies of #0D3414
Complementary color
Monochromatic Colors of #0D3414
Black with #0D3414
Text Example
Text Example
White with #0D3414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3414; }
p { color: rgb(13,52,20); }
H1.HeaderClassName
{
color: #0D3414;
}
.AnyTagClassName
{
color: #0D3414;
}
</style>
background-color css
<style>
a { background-color: #0D3414; }
a { background-color: rgb(13,52,20); }
div.DivClassName
{
background-color: #0D3414;
}
.BgClassName
{
background-color: #0D3414;
}
</style>
border-color css
<style>
span { border-color: #0D3414; }
span { border-color: rgb(13,52,20); }
td.TdClassName
{
border-color: #0D3414;
}
.TagClassName
{
border-color: #0D3414;
}
</style>