Shades of Deep Fir #083818
Tints of Deep Fir #083818
RGB
CMYK
RGB Variations
Color information
#083818 (or 0x083818) is known color: Deep Fir. HEX triplet: 08, 38 and 18. RGB value is (8,56,24). Sum of RGB (Red+Green+Blue) = 8+56+24=88 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.09% from 88); Green value is 56 (22.27% from 255 or 63.64% from 88); Blue value is 24 (9.77% from 255 or 27.27% from 88); Max value from RGB is 56 - color contains mainly: green. Hex color #083818 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083818 is #F7C7E7. Grayscale: #262626. Windows color (decimal): -16238568 or 1587208. OLE color: 1587208.
HSL color Cylindrical-coordinate representation of color #083818: hue angle of 140º 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 #083818 is Cyan = 0.86, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 8 | 56 | 24 | - |
| CMYK | 0.86 | 0 | 0.57 | 0.78 |
| HSL | 140º | 0.75% | 0.13% | - |
| HSV(B) | 140º | 0.86% | 0.22% | - |
| XYZ | 1.68 | 2.95 | 1.34 | - |
| YUV | 38 | 120.1 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 56 | 24 | 0.86 | 0 | 0.57 | 0.78 | 140 | 0.75 | 0.13 |
| Hex | 8 | 38 | 18 | 56 | 0 | 39 | 4E | 8C | 4B | D |
| Octal | 10 | 70 | 30 | 126 | 0 | 71 | 116 | 214 | 113 | 15 |
| Binary | 1000 | 111000 | 11000 | 1010110 | 0 | 111001 | 1001110 | 10001100 | 1001011 | 1101 |
Color Harmonies of #083818
Complementary color
Monochromatic Colors of #083818
Black with #083818
Text Example
Text Example
White with #083818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083818; }
p { color: rgb(8,56,24); }
H1.HeaderClassName
{
color: #083818;
}
.AnyTagClassName
{
color: #083818;
}
</style>
background-color css
<style>
a { background-color: #083818; }
a { background-color: rgb(8,56,24); }
div.DivClassName
{
background-color: #083818;
}
.BgClassName
{
background-color: #083818;
}
</style>
border-color css
<style>
span { border-color: #083818; }
span { border-color: rgb(8,56,24); }
td.TdClassName
{
border-color: #083818;
}
.TagClassName
{
border-color: #083818;
}
</style>