Shades of Deep Fir #05340D
Tints of Deep Fir #05340D
RGB
CMYK
RGB Variations
Color information
#05340D (or 0x05340D) is known color: Deep Fir. HEX triplet: 05, 34 and 0D. RGB value is (5,52,13). Sum of RGB (Red+Green+Blue) = 5+52+13=70 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.14% from 70); Green value is 52 (20.70% from 255 or 74.29% from 70); Blue value is 13 (5.47% from 255 or 18.57% from 70); Max value from RGB is 52 - color contains mainly: green. Hex color #05340D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05340D is #FACBF2. Grayscale: #212121. Windows color (decimal): -16436211 or 865285. OLE color: 865285.
HSL color Cylindrical-coordinate representation of color #05340D: hue angle of 130.21º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #05340D is Cyan = 0.90, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 5 | 52 | 13 | - |
| CMYK | 0.90 | 0 | 0.75 | 0.80 |
| HSL | 130.21º | 0.82% | 0.11% | - |
| HSV(B) | 130.21º | 0.9% | 0.2% | - |
| XYZ | 1.36 | 2.52 | 0.79 | - |
| YUV | 33.5 | 116.43 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 52 | 13 | 0.90 | 0 | 0.75 | 0.80 | 130.21 | 0.82 | 0.11 |
| Hex | 5 | 34 | D | 5A | 0 | 4B | 50 | 82 | 52 | B |
| Octal | 5 | 64 | 15 | 132 | 0 | 113 | 120 | 202 | 122 | 13 |
| Binary | 101 | 110100 | 1101 | 1011010 | 0 | 1001011 | 1010000 | 10000010 | 1010010 | 1011 |
Color Harmonies of #05340D
Complementary color
Monochromatic Colors of #05340D
Black with #05340D
Text Example
Text Example
White with #05340D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05340D; }
p { color: rgb(5,52,13); }
H1.HeaderClassName
{
color: #05340D;
}
.AnyTagClassName
{
color: #05340D;
}
</style>
background-color css
<style>
a { background-color: #05340D; }
a { background-color: rgb(5,52,13); }
div.DivClassName
{
background-color: #05340D;
}
.BgClassName
{
background-color: #05340D;
}
</style>
border-color css
<style>
span { border-color: #05340D; }
span { border-color: rgb(5,52,13); }
td.TdClassName
{
border-color: #05340D;
}
.TagClassName
{
border-color: #05340D;
}
</style>