Shades of Deep Fir #083812
Tints of Deep Fir #083812
RGB
CMYK
RGB Variations
Color information
#083812 (or 0x083812) is known color: Deep Fir. HEX triplet: 08, 38 and 12. RGB value is (8,56,18). Sum of RGB (Red+Green+Blue) = 8+56+18=82 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.76% from 82); Green value is 56 (22.27% from 255 or 68.29% from 82); Blue value is 18 (7.42% from 255 or 21.95% from 82); Max value from RGB is 56 - color contains mainly: green. Hex color #083812 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083812 is #F7C7ED. Grayscale: #252525. Windows color (decimal): -16238574 or 1193992. OLE color: 1193992.
HSL color Cylindrical-coordinate representation of color #083812: hue angle of 132.5º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #083812 is Cyan = 0.86, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 8 | 56 | 18 | - |
| CMYK | 0.86 | 0 | 0.68 | 0.78 |
| HSL | 132.5º | 0.75% | 0.13% | - |
| HSV(B) | 132.5º | 0.86% | 0.22% | - |
| XYZ | 1.62 | 2.92 | 1.05 | - |
| YUV | 37.32 | 117.1 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 56 | 18 | 0.86 | 0 | 0.68 | 0.78 | 132.5 | 0.75 | 0.13 |
| Hex | 8 | 38 | 12 | 56 | 0 | 44 | 4E | 84 | 4B | D |
| Octal | 10 | 70 | 22 | 126 | 0 | 104 | 116 | 204 | 113 | 15 |
| Binary | 1000 | 111000 | 10010 | 1010110 | 0 | 1000100 | 1001110 | 10000100 | 1001011 | 1101 |
Color Harmonies of #083812
Complementary color
Monochromatic Colors of #083812
Black with #083812
Text Example
Text Example
White with #083812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083812; }
p { color: rgb(8,56,18); }
H1.HeaderClassName
{
color: #083812;
}
.AnyTagClassName
{
color: #083812;
}
</style>
background-color css
<style>
a { background-color: #083812; }
a { background-color: rgb(8,56,18); }
div.DivClassName
{
background-color: #083812;
}
.BgClassName
{
background-color: #083812;
}
</style>
border-color css
<style>
span { border-color: #083812; }
span { border-color: rgb(8,56,18); }
td.TdClassName
{
border-color: #083812;
}
.TagClassName
{
border-color: #083812;
}
</style>