Shades of Deep Fir #05330C
Tints of Deep Fir #05330C
RGB
CMYK
RGB Variations
Color information
#05330C (or 0x05330C) is known color: Deep Fir. HEX triplet: 05, 33 and 0C. RGB value is (5,51,12). Sum of RGB (Red+Green+Blue) = 5+51+12=68 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.35% from 68); Green value is 51 (20.31% from 255 or 75% from 68); Blue value is 12 (5.08% from 255 or 17.65% from 68); Max value from RGB is 51 - color contains mainly: green. Hex color #05330C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05330C is #FACCF3. Grayscale: #202020. Windows color (decimal): -16436468 or 799493. OLE color: 799493.
HSL color Cylindrical-coordinate representation of color #05330C: hue angle of 129.13º 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 #05330C is Cyan = 0.90, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 5 | 51 | 12 | - |
| CMYK | 0.90 | 0 | 0.76 | 0.8 |
| HSL | 129.13º | 0.82% | 0.11% | - |
| HSV(B) | 129.13º | 0.9% | 0.2% | - |
| XYZ | 1.31 | 2.43 | 0.75 | - |
| YUV | 32.8 | 116.26 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 51 | 12 | 0.90 | 0 | 0.76 | 0.8 | 129.13 | 0.82 | 0.11 |
| Hex | 5 | 33 | C | 5A | 0 | 4C | 50 | 81 | 52 | B |
| Octal | 5 | 63 | 14 | 132 | 0 | 114 | 120 | 201 | 122 | 13 |
| Binary | 101 | 110011 | 1100 | 1011010 | 0 | 1001100 | 1010000 | 10000001 | 1010010 | 1011 |
Color Harmonies of #05330C
Complementary color
Monochromatic Colors of #05330C
Black with #05330C
Text Example
Text Example
White with #05330C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05330C; }
p { color: rgb(5,51,12); }
H1.HeaderClassName
{
color: #05330C;
}
.AnyTagClassName
{
color: #05330C;
}
</style>
background-color css
<style>
a { background-color: #05330C; }
a { background-color: rgb(5,51,12); }
div.DivClassName
{
background-color: #05330C;
}
.BgClassName
{
background-color: #05330C;
}
</style>
border-color css
<style>
span { border-color: #05330C; }
span { border-color: rgb(5,51,12); }
td.TdClassName
{
border-color: #05330C;
}
.TagClassName
{
border-color: #05330C;
}
</style>