Shades of Deep Fir #08330E
Tints of Deep Fir #08330E
RGB
CMYK
RGB Variations
Color information
#08330E (or 0x08330E) is known color: Deep Fir. HEX triplet: 08, 33 and 0E. RGB value is (8,51,14). Sum of RGB (Red+Green+Blue) = 8+51+14=73 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.96% from 73); Green value is 51 (20.31% from 255 or 69.86% from 73); Blue value is 14 (5.86% from 255 or 19.18% from 73); Max value from RGB is 51 - color contains mainly: green. Hex color #08330E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08330E is #F7CCF1. Grayscale: #222222. Windows color (decimal): -16239858 or 930568. OLE color: 930568.
HSL color Cylindrical-coordinate representation of color #08330E: hue angle of 128.37º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #08330E is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 8 | 51 | 14 | - |
| CMYK | 0.84 | 0 | 0.73 | 0.8 |
| HSL | 128.37º | 0.73% | 0.12% | - |
| HSV(B) | 128.37º | 0.84% | 0.2% | - |
| XYZ | 1.36 | 2.45 | 0.82 | - |
| YUV | 33.93 | 116.75 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 51 | 14 | 0.84 | 0 | 0.73 | 0.8 | 128.37 | 0.73 | 0.12 |
| Hex | 8 | 33 | E | 54 | 0 | 49 | 50 | 80 | 49 | C |
| Octal | 10 | 63 | 16 | 124 | 0 | 111 | 120 | 200 | 111 | 14 |
| Binary | 1000 | 110011 | 1110 | 1010100 | 0 | 1001001 | 1010000 | 10000000 | 1001001 | 1100 |
Color Harmonies of #08330E
Complementary color
Monochromatic Colors of #08330E
Black with #08330E
Text Example
Text Example
White with #08330E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08330E; }
p { color: rgb(8,51,14); }
H1.HeaderClassName
{
color: #08330E;
}
.AnyTagClassName
{
color: #08330E;
}
</style>
background-color css
<style>
a { background-color: #08330E; }
a { background-color: rgb(8,51,14); }
div.DivClassName
{
background-color: #08330E;
}
.BgClassName
{
background-color: #08330E;
}
</style>
border-color css
<style>
span { border-color: #08330E; }
span { border-color: rgb(8,51,14); }
td.TdClassName
{
border-color: #08330E;
}
.TagClassName
{
border-color: #08330E;
}
</style>