Shades of Deep Fir #08340D
Tints of Deep Fir #08340D
RGB
CMYK
RGB Variations
Color information
#08340D (or 0x08340D) is known color: Deep Fir. HEX triplet: 08, 34 and 0D. RGB value is (8,52,13). Sum of RGB (Red+Green+Blue) = 8+52+13=73 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.96% from 73); Green value is 52 (20.70% from 255 or 71.23% from 73); Blue value is 13 (5.47% from 255 or 17.81% from 73); Max value from RGB is 52 - color contains mainly: green. Hex color #08340D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08340D is #F7CBF2. Grayscale: #222222. Windows color (decimal): -16239603 or 865288. OLE color: 865288.
HSL color Cylindrical-coordinate representation of color #08340D: hue angle of 126.82º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #08340D is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 8 | 52 | 13 | - |
| CMYK | 0.85 | 0 | 0.75 | 0.80 |
| HSL | 126.82º | 0.73% | 0.12% | - |
| HSV(B) | 126.82º | 0.85% | 0.2% | - |
| XYZ | 1.4 | 2.54 | 0.8 | - |
| YUV | 34.4 | 115.92 | 109.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 52 | 13 | 0.85 | 0 | 0.75 | 0.80 | 126.82 | 0.73 | 0.12 |
| Hex | 8 | 34 | D | 55 | 0 | 4B | 50 | 7F | 49 | C |
| Octal | 10 | 64 | 15 | 125 | 0 | 113 | 120 | 177 | 111 | 14 |
| Binary | 1000 | 110100 | 1101 | 1010101 | 0 | 1001011 | 1010000 | 1111111 | 1001001 | 1100 |
Color Harmonies of #08340D
Complementary color
Monochromatic Colors of #08340D
Black with #08340D
Text Example
Text Example
White with #08340D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08340D; }
p { color: rgb(8,52,13); }
H1.HeaderClassName
{
color: #08340D;
}
.AnyTagClassName
{
color: #08340D;
}
</style>
background-color css
<style>
a { background-color: #08340D; }
a { background-color: rgb(8,52,13); }
div.DivClassName
{
background-color: #08340D;
}
.BgClassName
{
background-color: #08340D;
}
</style>
border-color css
<style>
span { border-color: #08340D; }
span { border-color: rgb(8,52,13); }
td.TdClassName
{
border-color: #08340D;
}
.TagClassName
{
border-color: #08340D;
}
</style>