Shades of Pine Tree #081403
Tints of Pine Tree #081403
RGB
CMYK
RGB Variations
Color information
#081403 (or 0x081403) is known color: Pine Tree. HEX triplet: 08, 14 and 03. RGB value is (8,20,3). Sum of RGB (Red+Green+Blue) = 8+20+3=31 (4% of max value = 765). Red value is 8 (3.52% from 255 or 25.81% from 31); Green value is 20 (8.20% from 255 or 64.52% from 31); Blue value is 3 (1.56% from 255 or 9.68% from 31); Max value from RGB is 20 - color contains mainly: green. Hex color #081403 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081403 is #F7EBFC. Grayscale: #0E0E0E. Windows color (decimal): -16247805 or 201736. OLE color: 201736.
HSL color Cylindrical-coordinate representation of color #081403: hue angle of 102.35º degrees, saturation: 0.74, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #081403 is Cyan = 0.60, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 8 | 20 | 3 | - |
| CMYK | 0.60 | 0 | 0.85 | 0.92 |
| HSL | 102.35º | 0.74% | 0.05% | - |
| HSV(B) | 102.35º | 0.85% | 0.08% | - |
| XYZ | 0.37 | 0.56 | 0.17 | - |
| YUV | 14.47 | 121.52 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 20 | 3 | 0.60 | 0 | 0.85 | 0.92 | 102.35 | 0.74 | 0.05 |
| Hex | 8 | 14 | 3 | 3C | 0 | 55 | 5C | 66 | 4A | 5 |
| Octal | 10 | 24 | 3 | 74 | 0 | 125 | 134 | 146 | 112 | 5 |
| Binary | 1000 | 10100 | 11 | 111100 | 0 | 1010101 | 1011100 | 1100110 | 1001010 | 101 |
Color Harmonies of #081403
Complementary color
Monochromatic Colors of #081403
Black with #081403
Text Example
Text Example
White with #081403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081403; }
p { color: rgb(8,20,3); }
H1.HeaderClassName
{
color: #081403;
}
.AnyTagClassName
{
color: #081403;
}
</style>
background-color css
<style>
a { background-color: #081403; }
a { background-color: rgb(8,20,3); }
div.DivClassName
{
background-color: #081403;
}
.BgClassName
{
background-color: #081403;
}
</style>
border-color css
<style>
span { border-color: #081403; }
span { border-color: rgb(8,20,3); }
td.TdClassName
{
border-color: #081403;
}
.TagClassName
{
border-color: #081403;
}
</style>