Shades of Deep Fir #083513
Tints of Deep Fir #083513
RGB
CMYK
RGB Variations
Color information
#083513 (or 0x083513) is known color: Deep Fir. HEX triplet: 08, 35 and 13. RGB value is (8,53,19). Sum of RGB (Red+Green+Blue) = 8+53+19=80 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10% from 80); Green value is 53 (21.09% from 255 or 66.25% from 80); Blue value is 19 (7.81% from 255 or 23.75% from 80); Max value from RGB is 53 - color contains mainly: green. Hex color #083513 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #083513 is #F7CAEC. Grayscale: #232323. Windows color (decimal): -16239341 or 1258760. OLE color: 1258760.
HSL color Cylindrical-coordinate representation of color #083513: hue angle of 134.67º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #083513 is Cyan = 0.85, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 8 | 53 | 19 | - |
| CMYK | 0.85 | 0 | 0.64 | 0.79 |
| HSL | 134.67º | 0.74% | 0.12% | - |
| HSV(B) | 134.67º | 0.85% | 0.21% | - |
| XYZ | 1.49 | 2.64 | 1.05 | - |
| YUV | 35.67 | 118.59 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 53 | 19 | 0.85 | 0 | 0.64 | 0.79 | 134.67 | 0.74 | 0.12 |
| Hex | 8 | 35 | 13 | 55 | 0 | 40 | 4F | 87 | 4A | C |
| Octal | 10 | 65 | 23 | 125 | 0 | 100 | 117 | 207 | 112 | 14 |
| Binary | 1000 | 110101 | 10011 | 1010101 | 0 | 1000000 | 1001111 | 10000111 | 1001010 | 1100 |
Color Harmonies of #083513
Complementary color
Monochromatic Colors of #083513
Black with #083513
Text Example
Text Example
White with #083513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083513; }
p { color: rgb(8,53,19); }
H1.HeaderClassName
{
color: #083513;
}
.AnyTagClassName
{
color: #083513;
}
</style>
background-color css
<style>
a { background-color: #083513; }
a { background-color: rgb(8,53,19); }
div.DivClassName
{
background-color: #083513;
}
.BgClassName
{
background-color: #083513;
}
</style>
border-color css
<style>
span { border-color: #083513; }
span { border-color: rgb(8,53,19); }
td.TdClassName
{
border-color: #083513;
}
.TagClassName
{
border-color: #083513;
}
</style>