Shades of Deep Fir #0D4316
Tints of Deep Fir #0D4316
RGB
CMYK
RGB Variations
Color information
#0D4316 (or 0x0D4316) is known color: Deep Fir. HEX triplet: 0D, 43 and 16. RGB value is (13,67,22). Sum of RGB (Red+Green+Blue) = 13+67+22=102 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.75% from 102); Green value is 67 (26.56% from 255 or 65.69% from 102); Blue value is 22 (8.98% from 255 or 21.57% from 102); Max value from RGB is 67 - color contains mainly: green. Hex color #0D4316 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D4316 is #F2BCE9. Grayscale: #2D2D2D. Windows color (decimal): -15908074 or 1458957. OLE color: 1458957.
HSL color Cylindrical-coordinate representation of color #0D4316: hue angle of 130º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D4316 is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 13 | 67 | 22 | - |
| CMYK | 0.81 | 0 | 0.67 | 0.74 |
| HSL | 130º | 0.68% | 0.16% | - |
| HSV(B) | 130º | 0.81% | 0.26% | - |
| XYZ | 2.32 | 4.16 | 1.44 | - |
| YUV | 45.72 | 114.61 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 67 | 22 | 0.81 | 0 | 0.67 | 0.74 | 130 | 0.68 | 0.16 |
| Hex | D | 43 | 16 | 51 | 0 | 43 | 4A | 82 | 44 | 10 |
| Octal | 15 | 103 | 26 | 121 | 0 | 103 | 112 | 202 | 104 | 20 |
| Binary | 1101 | 1000011 | 10110 | 1010001 | 0 | 1000011 | 1001010 | 10000010 | 1000100 | 10000 |
Color Harmonies of #0D4316
Complementary color
Monochromatic Colors of #0D4316
Black with #0D4316
Text Example
Text Example
White with #0D4316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D4316; }
p { color: rgb(13,67,22); }
H1.HeaderClassName
{
color: #0D4316;
}
.AnyTagClassName
{
color: #0D4316;
}
</style>
background-color css
<style>
a { background-color: #0D4316; }
a { background-color: rgb(13,67,22); }
div.DivClassName
{
background-color: #0D4316;
}
.BgClassName
{
background-color: #0D4316;
}
</style>
border-color css
<style>
span { border-color: #0D4316; }
span { border-color: rgb(13,67,22); }
td.TdClassName
{
border-color: #0D4316;
}
.TagClassName
{
border-color: #0D4316;
}
</style>