Shades of Deep Fir #083418
Tints of Deep Fir #083418
RGB
CMYK
RGB Variations
Color information
#083418 (or 0x083418) is known color: Deep Fir. HEX triplet: 08, 34 and 18. RGB value is (8,52,24). Sum of RGB (Red+Green+Blue) = 8+52+24=84 (11% of max value = 765). Red value is 8 (3.52% from 255 or 9.52% from 84); Green value is 52 (20.70% from 255 or 61.90% from 84); Blue value is 24 (9.77% from 255 or 28.57% from 84); Max value from RGB is 52 - color contains mainly: green. Hex color #083418 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083418 is #F7CBE7. Grayscale: #232323. Windows color (decimal): -16239592 or 1586184. OLE color: 1586184.
HSL color Cylindrical-coordinate representation of color #083418: hue angle of 141.82º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #083418 is Cyan = 0.85, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 8 | 52 | 24 | - |
| CMYK | 0.85 | 0 | 0.54 | 0.80 |
| HSL | 141.82º | 0.73% | 0.12% | - |
| HSV(B) | 141.82º | 0.85% | 0.2% | - |
| XYZ | 1.49 | 2.57 | 1.28 | - |
| YUV | 35.65 | 121.42 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 52 | 24 | 0.85 | 0 | 0.54 | 0.80 | 141.82 | 0.73 | 0.12 |
| Hex | 8 | 34 | 18 | 55 | 0 | 36 | 50 | 8E | 49 | C |
| Octal | 10 | 64 | 30 | 125 | 0 | 66 | 120 | 216 | 111 | 14 |
| Binary | 1000 | 110100 | 11000 | 1010101 | 0 | 110110 | 1010000 | 10001110 | 1001001 | 1100 |
Color Harmonies of #083418
Complementary color
Monochromatic Colors of #083418
Black with #083418
Text Example
Text Example
White with #083418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083418; }
p { color: rgb(8,52,24); }
H1.HeaderClassName
{
color: #083418;
}
.AnyTagClassName
{
color: #083418;
}
</style>
background-color css
<style>
a { background-color: #083418; }
a { background-color: rgb(8,52,24); }
div.DivClassName
{
background-color: #083418;
}
.BgClassName
{
background-color: #083418;
}
</style>
border-color css
<style>
span { border-color: #083418; }
span { border-color: rgb(8,52,24); }
td.TdClassName
{
border-color: #083418;
}
.TagClassName
{
border-color: #083418;
}
</style>