Shades of Deep Fir #0D3716
Tints of Deep Fir #0D3716
RGB
CMYK
RGB Variations
Color information
#0D3716 (or 0x0D3716) is known color: Deep Fir. HEX triplet: 0D, 37 and 16. RGB value is (13,55,22). Sum of RGB (Red+Green+Blue) = 13+55+22=90 (11% of max value = 765). Red value is 13 (5.47% from 255 or 14.44% from 90); Green value is 55 (21.88% from 255 or 61.11% from 90); Blue value is 22 (8.98% from 255 or 24.44% from 90); Max value from RGB is 55 - color contains mainly: green. Hex color #0D3716 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3716 is #F2C8E9. Grayscale: #262626. Windows color (decimal): -15911146 or 1455885. OLE color: 1455885.
HSL color Cylindrical-coordinate representation of color #0D3716: hue angle of 132.86º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0D3716 is Cyan = 0.76, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 13 | 55 | 22 | - |
| CMYK | 0.76 | 0 | 0.6 | 0.78 |
| HSL | 132.86º | 0.62% | 0.13% | - |
| HSV(B) | 132.86º | 0.76% | 0.22% | - |
| XYZ | 1.68 | 2.88 | 1.23 | - |
| YUV | 38.68 | 118.59 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 55 | 22 | 0.76 | 0 | 0.6 | 0.78 | 132.86 | 0.62 | 0.13 |
| Hex | D | 37 | 16 | 4C | 0 | 3C | 4E | 85 | 3E | D |
| Octal | 15 | 67 | 26 | 114 | 0 | 74 | 116 | 205 | 76 | 15 |
| Binary | 1101 | 110111 | 10110 | 1001100 | 0 | 111100 | 1001110 | 10000101 | 111110 | 1101 |
Color Harmonies of #0D3716
Complementary color
Monochromatic Colors of #0D3716
Black with #0D3716
Text Example
Text Example
White with #0D3716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3716; }
p { color: rgb(13,55,22); }
H1.HeaderClassName
{
color: #0D3716;
}
.AnyTagClassName
{
color: #0D3716;
}
</style>
background-color css
<style>
a { background-color: #0D3716; }
a { background-color: rgb(13,55,22); }
div.DivClassName
{
background-color: #0D3716;
}
.BgClassName
{
background-color: #0D3716;
}
</style>
border-color css
<style>
span { border-color: #0D3716; }
span { border-color: rgb(13,55,22); }
td.TdClassName
{
border-color: #0D3716;
}
.TagClassName
{
border-color: #0D3716;
}
</style>