Shades of Deep Fir #08260E
Tints of Deep Fir #08260E
RGB
CMYK
RGB Variations
Color information
#08260E (or 0x08260E) is known color: Deep Fir. HEX triplet: 08, 26 and 0E. RGB value is (8,38,14). Sum of RGB (Red+Green+Blue) = 8+38+14=60 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.33% from 60); Green value is 38 (15.23% from 255 or 63.33% from 60); Blue value is 14 (5.86% from 255 or 23.33% from 60); Max value from RGB is 38 - color contains mainly: green. Hex color #08260E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08260E is #F7D9F1. Grayscale: #1A1A1A. Windows color (decimal): -16243186 or 927240. OLE color: 927240.
HSL color Cylindrical-coordinate representation of color #08260E: hue angle of 132º degrees, saturation: 0.65, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #08260E is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 8 | 38 | 14 | - |
| CMYK | 0.79 | 0 | 0.63 | 0.85 |
| HSL | 132º | 0.65% | 0.09% | - |
| HSV(B) | 132º | 0.79% | 0.15% | - |
| XYZ | 0.87 | 1.47 | 0.65 | - |
| YUV | 26.29 | 121.06 | 114.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 38 | 14 | 0.79 | 0 | 0.63 | 0.85 | 132 | 0.65 | 0.09 |
| Hex | 8 | 26 | E | 4F | 0 | 3F | 55 | 84 | 41 | 9 |
| Octal | 10 | 46 | 16 | 117 | 0 | 77 | 125 | 204 | 101 | 11 |
| Binary | 1000 | 100110 | 1110 | 1001111 | 0 | 111111 | 1010101 | 10000100 | 1000001 | 1001 |
Color Harmonies of #08260E
Complementary color
Monochromatic Colors of #08260E
Black with #08260E
Text Example
Text Example
White with #08260E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08260E; }
p { color: rgb(8,38,14); }
H1.HeaderClassName
{
color: #08260E;
}
.AnyTagClassName
{
color: #08260E;
}
</style>
background-color css
<style>
a { background-color: #08260E; }
a { background-color: rgb(8,38,14); }
div.DivClassName
{
background-color: #08260E;
}
.BgClassName
{
background-color: #08260E;
}
</style>
border-color css
<style>
span { border-color: #08260E; }
span { border-color: rgb(8,38,14); }
td.TdClassName
{
border-color: #08260E;
}
.TagClassName
{
border-color: #08260E;
}
</style>