Shades of Deep Fir #08471B
Tints of Deep Fir #08471B
RGB
CMYK
RGB Variations
Color information
#08471B (or 0x08471B) is known color: Deep Fir. HEX triplet: 08, 47 and 1B. RGB value is (8,71,27). Sum of RGB (Red+Green+Blue) = 8+71+27=106 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.55% from 106); Green value is 71 (28.12% from 255 or 66.98% from 106); Blue value is 27 (10.94% from 255 or 25.47% from 106); Max value from RGB is 71 - color contains mainly: green. Hex color #08471B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08471B is #F7B8E4. Grayscale: #2F2F2F. Windows color (decimal): -16234725 or 1787656. OLE color: 1787656.
HSL color Cylindrical-coordinate representation of color #08471B: hue angle of 138.1º degrees, saturation: 0.8, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08471B is Cyan = 0.89, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 8 | 71 | 27 | - |
| CMYK | 0.89 | 0 | 0.62 | 0.72 |
| HSL | 138.1º | 0.8% | 0.15% | - |
| HSV(B) | 138.1º | 0.89% | 0.28% | - |
| XYZ | 2.55 | 4.64 | 1.8 | - |
| YUV | 47.15 | 116.63 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 71 | 27 | 0.89 | 0 | 0.62 | 0.72 | 138.1 | 0.8 | 0.15 |
| Hex | 8 | 47 | 1B | 59 | 0 | 3E | 48 | 8A | 50 | F |
| Octal | 10 | 107 | 33 | 131 | 0 | 76 | 110 | 212 | 120 | 17 |
| Binary | 1000 | 1000111 | 11011 | 1011001 | 0 | 111110 | 1001000 | 10001010 | 1010000 | 1111 |
Color Harmonies of #08471B
Complementary color
Monochromatic Colors of #08471B
Black with #08471B
Text Example
Text Example
White with #08471B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08471B; }
p { color: rgb(8,71,27); }
H1.HeaderClassName
{
color: #08471B;
}
.AnyTagClassName
{
color: #08471B;
}
</style>
background-color css
<style>
a { background-color: #08471B; }
a { background-color: rgb(8,71,27); }
div.DivClassName
{
background-color: #08471B;
}
.BgClassName
{
background-color: #08471B;
}
</style>
border-color css
<style>
span { border-color: #08471B; }
span { border-color: rgb(8,71,27); }
td.TdClassName
{
border-color: #08471B;
}
.TagClassName
{
border-color: #08471B;
}
</style>