Shades of Deep Fir #08260F
Tints of Deep Fir #08260F
RGB
CMYK
RGB Variations
Color information
#08260F (or 0x08260F) is known color: Deep Fir. HEX triplet: 08, 26 and 0F. RGB value is (8,38,15). Sum of RGB (Red+Green+Blue) = 8+38+15=61 (8% of max value = 765). Red value is 8 (3.52% from 255 or 13.11% from 61); Green value is 38 (15.23% from 255 or 62.30% from 61); Blue value is 15 (6.25% from 255 or 24.59% from 61); Max value from RGB is 38 - color contains mainly: green. Hex color #08260F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08260F is #F7D9F0. Grayscale: #1A1A1A. Windows color (decimal): -16243185 or 992776. OLE color: 992776.
HSL color Cylindrical-coordinate representation of color #08260F: hue angle of 134º 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 #08260F is Cyan = 0.79, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 8 | 38 | 15 | - |
| CMYK | 0.79 | 0 | 0.61 | 0.85 |
| HSL | 134º | 0.65% | 0.09% | - |
| HSV(B) | 134º | 0.79% | 0.15% | - |
| XYZ | 0.88 | 1.47 | 0.69 | - |
| YUV | 26.41 | 121.56 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 38 | 15 | 0.79 | 0 | 0.61 | 0.85 | 134 | 0.65 | 0.09 |
| Hex | 8 | 26 | F | 4F | 0 | 3D | 55 | 86 | 41 | 9 |
| Octal | 10 | 46 | 17 | 117 | 0 | 75 | 125 | 206 | 101 | 11 |
| Binary | 1000 | 100110 | 1111 | 1001111 | 0 | 111101 | 1010101 | 10000110 | 1000001 | 1001 |
Color Harmonies of #08260F
Complementary color
Monochromatic Colors of #08260F
Black with #08260F
Text Example
Text Example
White with #08260F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08260F; }
p { color: rgb(8,38,15); }
H1.HeaderClassName
{
color: #08260F;
}
.AnyTagClassName
{
color: #08260F;
}
</style>
background-color css
<style>
a { background-color: #08260F; }
a { background-color: rgb(8,38,15); }
div.DivClassName
{
background-color: #08260F;
}
.BgClassName
{
background-color: #08260F;
}
</style>
border-color css
<style>
span { border-color: #08260F; }
span { border-color: rgb(8,38,15); }
td.TdClassName
{
border-color: #08260F;
}
.TagClassName
{
border-color: #08260F;
}
</style>