Shades of Deep Fir #083310
Tints of Deep Fir #083310
RGB
CMYK
RGB Variations
Color information
#083310 (or 0x083310) is known color: Deep Fir. HEX triplet: 08, 33 and 10. RGB value is (8,51,16). Sum of RGB (Red+Green+Blue) = 8+51+16=75 (9% of max value = 765). Red value is 8 (3.52% from 255 or 10.67% from 75); Green value is 51 (20.31% from 255 or 68% from 75); Blue value is 16 (6.64% from 255 or 21.33% from 75); Max value from RGB is 51 - color contains mainly: green. Hex color #083310 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083310 is #F7CCEF. Grayscale: #222222. Windows color (decimal): -16239856 or 1061640. OLE color: 1061640.
HSL color Cylindrical-coordinate representation of color #083310: hue angle of 131.16º 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 #083310 is Cyan = 0.84, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 8 | 51 | 16 | - |
| CMYK | 0.84 | 0 | 0.69 | 0.8 |
| HSL | 131.16º | 0.73% | 0.12% | - |
| HSV(B) | 131.16º | 0.84% | 0.2% | - |
| XYZ | 1.38 | 2.46 | 0.89 | - |
| YUV | 34.15 | 117.75 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 51 | 16 | 0.84 | 0 | 0.69 | 0.8 | 131.16 | 0.73 | 0.12 |
| Hex | 8 | 33 | 10 | 54 | 0 | 45 | 50 | 83 | 49 | C |
| Octal | 10 | 63 | 20 | 124 | 0 | 105 | 120 | 203 | 111 | 14 |
| Binary | 1000 | 110011 | 10000 | 1010100 | 0 | 1000101 | 1010000 | 10000011 | 1001001 | 1100 |
Color Harmonies of #083310
Complementary color
Monochromatic Colors of #083310
Black with #083310
Text Example
Text Example
White with #083310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083310; }
p { color: rgb(8,51,16); }
H1.HeaderClassName
{
color: #083310;
}
.AnyTagClassName
{
color: #083310;
}
</style>
background-color css
<style>
a { background-color: #083310; }
a { background-color: rgb(8,51,16); }
div.DivClassName
{
background-color: #083310;
}
.BgClassName
{
background-color: #083310;
}
</style>
border-color css
<style>
span { border-color: #083310; }
span { border-color: rgb(8,51,16); }
td.TdClassName
{
border-color: #083310;
}
.TagClassName
{
border-color: #083310;
}
</style>