Shades of Pine Tree #081105
Tints of Pine Tree #081105
RGB
CMYK
RGB Variations
Color information
#081105 (or 0x081105) is known color: Pine Tree. HEX triplet: 08, 11 and 05. RGB value is (8,17,5). Sum of RGB (Red+Green+Blue) = 8+17+5=30 (3% of max value = 765). Red value is 8 (3.52% from 255 or 26.67% from 30); Green value is 17 (7.03% from 255 or 56.67% from 30); Blue value is 5 (2.34% from 255 or 16.67% from 30); Max value from RGB is 17 - color contains mainly: green. Hex color #081105 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081105 is #F7EEFA. Grayscale: #0C0C0C. Windows color (decimal): -16248571 or 332040. OLE color: 332040.
HSL color Cylindrical-coordinate representation of color #081105: hue angle of 105º degrees, saturation: 0.55, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #081105 is Cyan = 0.53, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 8 | 17 | 5 | - |
| CMYK | 0.53 | 0 | 0.71 | 0.93 |
| HSL | 105º | 0.55% | 0.04% | - |
| HSV(B) | 105º | 0.71% | 0.07% | - |
| XYZ | 0.33 | 0.46 | 0.22 | - |
| YUV | 12.94 | 123.52 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 17 | 5 | 0.53 | 0 | 0.71 | 0.93 | 105 | 0.55 | 0.04 |
| Hex | 8 | 11 | 5 | 35 | 0 | 47 | 5D | 69 | 37 | 4 |
| Octal | 10 | 21 | 5 | 65 | 0 | 107 | 135 | 151 | 67 | 4 |
| Binary | 1000 | 10001 | 101 | 110101 | 0 | 1000111 | 1011101 | 1101001 | 110111 | 100 |
Color Harmonies of #081105
Complementary color
Monochromatic Colors of #081105
Black with #081105
Text Example
Text Example
White with #081105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081105; }
p { color: rgb(8,17,5); }
H1.HeaderClassName
{
color: #081105;
}
.AnyTagClassName
{
color: #081105;
}
</style>
background-color css
<style>
a { background-color: #081105; }
a { background-color: rgb(8,17,5); }
div.DivClassName
{
background-color: #081105;
}
.BgClassName
{
background-color: #081105;
}
</style>
border-color css
<style>
span { border-color: #081105; }
span { border-color: rgb(8,17,5); }
td.TdClassName
{
border-color: #081105;
}
.TagClassName
{
border-color: #081105;
}
</style>