Shades of Deep Fir #052D0D
Tints of Deep Fir #052D0D
RGB
CMYK
RGB Variations
Color information
#052D0D (or 0x052D0D) is known color: Deep Fir. HEX triplet: 05, 2D and 0D. RGB value is (5,45,13). Sum of RGB (Red+Green+Blue) = 5+45+13=63 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.94% from 63); Green value is 45 (17.97% from 255 or 71.43% from 63); Blue value is 13 (5.47% from 255 or 20.63% from 63); Max value from RGB is 45 - color contains mainly: green. Hex color #052D0D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052D0D is #FAD2F2. Grayscale: #1D1D1D. Windows color (decimal): -16438003 or 863493. OLE color: 863493.
HSL color Cylindrical-coordinate representation of color #052D0D: hue angle of 132º degrees, saturation: 0.8, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #052D0D is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 5 | 45 | 13 | - |
| CMYK | 0.89 | 0 | 0.71 | 0.82 |
| HSL | 132º | 0.8% | 0.1% | - |
| HSV(B) | 132º | 0.89% | 0.18% | - |
| XYZ | 1.07 | 1.94 | 0.7 | - |
| YUV | 29.39 | 118.75 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 45 | 13 | 0.89 | 0 | 0.71 | 0.82 | 132 | 0.8 | 0.1 |
| Hex | 5 | 2D | D | 59 | 0 | 47 | 52 | 84 | 50 | A |
| Octal | 5 | 55 | 15 | 131 | 0 | 107 | 122 | 204 | 120 | 12 |
| Binary | 101 | 101101 | 1101 | 1011001 | 0 | 1000111 | 1010010 | 10000100 | 1010000 | 1010 |
Color Harmonies of #052D0D
Complementary color
Monochromatic Colors of #052D0D
Black with #052D0D
Text Example
Text Example
White with #052D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052D0D; }
p { color: rgb(5,45,13); }
H1.HeaderClassName
{
color: #052D0D;
}
.AnyTagClassName
{
color: #052D0D;
}
</style>
background-color css
<style>
a { background-color: #052D0D; }
a { background-color: rgb(5,45,13); }
div.DivClassName
{
background-color: #052D0D;
}
.BgClassName
{
background-color: #052D0D;
}
</style>
border-color css
<style>
span { border-color: #052D0D; }
span { border-color: rgb(5,45,13); }
td.TdClassName
{
border-color: #052D0D;
}
.TagClassName
{
border-color: #052D0D;
}
</style>