Shades of Deep Fir #083316
Tints of Deep Fir #083316
RGB
CMYK
RGB Variations
Color information
#083316 (or 0x083316) is known color: Deep Fir. HEX triplet: 08, 33 and 16. RGB value is (8,51,22). Sum of RGB (Red+Green+Blue) = 8+51+22=81 (10% of max value = 765). Red value is 8 (3.52% from 255 or 9.88% from 81); Green value is 51 (20.31% from 255 or 62.96% from 81); Blue value is 22 (8.98% from 255 or 27.16% from 81); Max value from RGB is 51 - color contains mainly: green. Hex color #083316 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083316 is #F7CCE9. Grayscale: #222222. Windows color (decimal): -16239850 or 1454856. OLE color: 1454856.
HSL color Cylindrical-coordinate representation of color #083316: hue angle of 139.53º degrees, saturation: 0.73, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #083316 is Cyan = 0.84, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 8 | 51 | 22 | - |
| CMYK | 0.84 | 0 | 0.57 | 0.8 |
| HSL | 139.53º | 0.73% | 0.12% | - |
| HSV(B) | 139.53º | 0.84% | 0.2% | - |
| XYZ | 1.43 | 2.48 | 1.16 | - |
| YUV | 34.84 | 120.75 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 51 | 22 | 0.84 | 0 | 0.57 | 0.8 | 139.53 | 0.73 | 0.12 |
| Hex | 8 | 33 | 16 | 54 | 0 | 39 | 50 | 8C | 49 | C |
| Octal | 10 | 63 | 26 | 124 | 0 | 71 | 120 | 214 | 111 | 14 |
| Binary | 1000 | 110011 | 10110 | 1010100 | 0 | 111001 | 1010000 | 10001100 | 1001001 | 1100 |
Color Harmonies of #083316
Complementary color
Monochromatic Colors of #083316
Black with #083316
Text Example
Text Example
White with #083316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083316; }
p { color: rgb(8,51,22); }
H1.HeaderClassName
{
color: #083316;
}
.AnyTagClassName
{
color: #083316;
}
</style>
background-color css
<style>
a { background-color: #083316; }
a { background-color: rgb(8,51,22); }
div.DivClassName
{
background-color: #083316;
}
.BgClassName
{
background-color: #083316;
}
</style>
border-color css
<style>
span { border-color: #083316; }
span { border-color: rgb(8,51,22); }
td.TdClassName
{
border-color: #083316;
}
.TagClassName
{
border-color: #083316;
}
</style>