Shades of Deep Fir #0D3719
Tints of Deep Fir #0D3719
RGB
CMYK
RGB Variations
Color information
#0D3719 (or 0x0D3719) is known color: Deep Fir. HEX triplet: 0D, 37 and 19. RGB value is (13,55,25). Sum of RGB (Red+Green+Blue) = 13+55+25=93 (12% of max value = 765). Red value is 13 (5.47% from 255 or 13.98% from 93); Green value is 55 (21.88% from 255 or 59.14% from 93); Blue value is 25 (10.16% from 255 or 26.88% from 93); Max value from RGB is 55 - color contains mainly: green. Hex color #0D3719 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D3719 is #F2C8E6. Grayscale: #272727. Windows color (decimal): -15911143 or 1652493. OLE color: 1652493.
HSL color Cylindrical-coordinate representation of color #0D3719: hue angle of 137.14º 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 #0D3719 is Cyan = 0.76, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 13 | 55 | 25 | - |
| CMYK | 0.76 | 0 | 0.55 | 0.78 |
| HSL | 137.14º | 0.62% | 0.13% | - |
| HSV(B) | 137.14º | 0.76% | 0.22% | - |
| XYZ | 1.71 | 2.89 | 1.39 | - |
| YUV | 39.02 | 120.09 | 109.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 55 | 25 | 0.76 | 0 | 0.55 | 0.78 | 137.14 | 0.62 | 0.13 |
| Hex | D | 37 | 19 | 4C | 0 | 37 | 4E | 89 | 3E | D |
| Octal | 15 | 67 | 31 | 114 | 0 | 67 | 116 | 211 | 76 | 15 |
| Binary | 1101 | 110111 | 11001 | 1001100 | 0 | 110111 | 1001110 | 10001001 | 111110 | 1101 |
Color Harmonies of #0D3719
Complementary color
Monochromatic Colors of #0D3719
Black with #0D3719
Text Example
Text Example
White with #0D3719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3719; }
p { color: rgb(13,55,25); }
H1.HeaderClassName
{
color: #0D3719;
}
.AnyTagClassName
{
color: #0D3719;
}
</style>
background-color css
<style>
a { background-color: #0D3719; }
a { background-color: rgb(13,55,25); }
div.DivClassName
{
background-color: #0D3719;
}
.BgClassName
{
background-color: #0D3719;
}
</style>
border-color css
<style>
span { border-color: #0D3719; }
span { border-color: rgb(13,55,25); }
td.TdClassName
{
border-color: #0D3719;
}
.TagClassName
{
border-color: #0D3719;
}
</style>