Shades of Deep Fir #08280E
Tints of Deep Fir #08280E
RGB
CMYK
RGB Variations
Color information
#08280E (or 0x08280E) is known color: Deep Fir. HEX triplet: 08, 28 and 0E. RGB value is (8,40,14). Sum of RGB (Red+Green+Blue) = 8+40+14=62 (8% of max value = 765). Red value is 8 (3.52% from 255 or 12.90% from 62); Green value is 40 (16.02% from 255 or 64.52% from 62); Blue value is 14 (5.86% from 255 or 22.58% from 62); Max value from RGB is 40 - color contains mainly: green. Hex color #08280E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08280E is #F7D7F1. Grayscale: #1B1B1B. Windows color (decimal): -16242674 or 927752. OLE color: 927752.
HSL color Cylindrical-coordinate representation of color #08280E: hue angle of 131.25º degrees, saturation: 0.67, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #08280E is Cyan = 0.80, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 8 | 40 | 14 | - |
| CMYK | 0.80 | 0 | 0.65 | 0.84 |
| HSL | 131.25º | 0.67% | 0.09% | - |
| HSV(B) | 131.25º | 0.8% | 0.16% | - |
| XYZ | 0.94 | 1.6 | 0.68 | - |
| YUV | 27.47 | 120.4 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 40 | 14 | 0.80 | 0 | 0.65 | 0.84 | 131.25 | 0.67 | 0.09 |
| Hex | 8 | 28 | E | 50 | 0 | 41 | 54 | 83 | 43 | 9 |
| Octal | 10 | 50 | 16 | 120 | 0 | 101 | 124 | 203 | 103 | 11 |
| Binary | 1000 | 101000 | 1110 | 1010000 | 0 | 1000001 | 1010100 | 10000011 | 1000011 | 1001 |
Color Harmonies of #08280E
Complementary color
Monochromatic Colors of #08280E
Black with #08280E
Text Example
Text Example
White with #08280E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08280E; }
p { color: rgb(8,40,14); }
H1.HeaderClassName
{
color: #08280E;
}
.AnyTagClassName
{
color: #08280E;
}
</style>
background-color css
<style>
a { background-color: #08280E; }
a { background-color: rgb(8,40,14); }
div.DivClassName
{
background-color: #08280E;
}
.BgClassName
{
background-color: #08280E;
}
</style>
border-color css
<style>
span { border-color: #08280E; }
span { border-color: rgb(8,40,14); }
td.TdClassName
{
border-color: #08280E;
}
.TagClassName
{
border-color: #08280E;
}
</style>