Shades of Deep Fir #08270E
Tints of Deep Fir #08270E
RGB
CMYK
RGB Variations
Color information
#08270E (or 0x08270E) is known color: Deep Fir. HEX triplet: 08, 27 and 0E. RGB value is (8,39,14). Sum of RGB (Red+Green+Blue) = 8+39+14=61 (8% of max value = 765). Red value is 8 (3.52% from 255 or 13.11% from 61); Green value is 39 (15.62% from 255 or 63.93% from 61); Blue value is 14 (5.86% from 255 or 22.95% from 61); Max value from RGB is 39 - color contains mainly: green. Hex color #08270E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #08270E is #F7D8F1. Grayscale: #1A1A1A. Windows color (decimal): -16242930 or 927496. OLE color: 927496.
HSL color Cylindrical-coordinate representation of color #08270E: hue angle of 131.61º degrees, saturation: 0.66, 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 #08270E is Cyan = 0.79, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 8 | 39 | 14 | - |
| CMYK | 0.79 | 0 | 0.64 | 0.85 |
| HSL | 131.61º | 0.66% | 0.09% | - |
| HSV(B) | 131.61º | 0.79% | 0.15% | - |
| XYZ | 0.9 | 1.53 | 0.66 | - |
| YUV | 26.88 | 120.73 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 39 | 14 | 0.79 | 0 | 0.64 | 0.85 | 131.61 | 0.66 | 0.09 |
| Hex | 8 | 27 | E | 4F | 0 | 40 | 55 | 84 | 42 | 9 |
| Octal | 10 | 47 | 16 | 117 | 0 | 100 | 125 | 204 | 102 | 11 |
| Binary | 1000 | 100111 | 1110 | 1001111 | 0 | 1000000 | 1010101 | 10000100 | 1000010 | 1001 |
Color Harmonies of #08270E
Complementary color
Monochromatic Colors of #08270E
Black with #08270E
Text Example
Text Example
White with #08270E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08270E; }
p { color: rgb(8,39,14); }
H1.HeaderClassName
{
color: #08270E;
}
.AnyTagClassName
{
color: #08270E;
}
</style>
background-color css
<style>
a { background-color: #08270E; }
a { background-color: rgb(8,39,14); }
div.DivClassName
{
background-color: #08270E;
}
.BgClassName
{
background-color: #08270E;
}
</style>
border-color css
<style>
span { border-color: #08270E; }
span { border-color: rgb(8,39,14); }
td.TdClassName
{
border-color: #08270E;
}
.TagClassName
{
border-color: #08270E;
}
</style>