Shades of Deep Fir #0D3821
Tints of Deep Fir #0D3821
RGB
CMYK
RGB Variations
Color information
#0D3821 (or 0x0D3821) is known color: Deep Fir. HEX triplet: 0D, 38 and 21. RGB value is (13,56,33). Sum of RGB (Red+Green+Blue) = 13+56+33=102 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.75% from 102); Green value is 56 (22.27% from 255 or 54.90% from 102); Blue value is 33 (13.28% from 255 or 32.35% from 102); Max value from RGB is 56 - color contains mainly: green. Hex color #0D3821 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D3821 is #F2C7DE. Grayscale: #282828. Windows color (decimal): -15910879 or 2177037. OLE color: 2177037.
HSL color Cylindrical-coordinate representation of color #0D3821: hue angle of 147.91º degrees, saturation: 0.62, 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 #0D3821 is Cyan = 0.77, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 13 | 56 | 33 | - |
| CMYK | 0.77 | 0 | 0.41 | 0.78 |
| HSL | 147.91º | 0.62% | 0.14% | - |
| HSV(B) | 147.91º | 0.77% | 0.22% | - |
| XYZ | 1.85 | 3.02 | 1.92 | - |
| YUV | 40.52 | 123.75 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 56 | 33 | 0.77 | 0 | 0.41 | 0.78 | 147.91 | 0.62 | 0.14 |
| Hex | D | 38 | 21 | 4D | 0 | 29 | 4E | 94 | 3E | E |
| Octal | 15 | 70 | 41 | 115 | 0 | 51 | 116 | 224 | 76 | 16 |
| Binary | 1101 | 111000 | 100001 | 1001101 | 0 | 101001 | 1001110 | 10010100 | 111110 | 1110 |
Color Harmonies of #0D3821
Complementary color
Monochromatic Colors of #0D3821
Black with #0D3821
Text Example
Text Example
White with #0D3821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D3821; }
p { color: rgb(13,56,33); }
H1.HeaderClassName
{
color: #0D3821;
}
.AnyTagClassName
{
color: #0D3821;
}
</style>
background-color css
<style>
a { background-color: #0D3821; }
a { background-color: rgb(13,56,33); }
div.DivClassName
{
background-color: #0D3821;
}
.BgClassName
{
background-color: #0D3821;
}
</style>
border-color css
<style>
span { border-color: #0D3821; }
span { border-color: rgb(13,56,33); }
td.TdClassName
{
border-color: #0D3821;
}
.TagClassName
{
border-color: #0D3821;
}
</style>