Shades of Deep Fir #05320C
Tints of Deep Fir #05320C
RGB
CMYK
RGB Variations
Color information
#05320C (or 0x05320C) is known color: Deep Fir. HEX triplet: 05, 32 and 0C. RGB value is (5,50,12). Sum of RGB (Red+Green+Blue) = 5+50+12=67 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.46% from 67); Green value is 50 (19.92% from 255 or 74.63% from 67); Blue value is 12 (5.08% from 255 or 17.91% from 67); Max value from RGB is 50 - color contains mainly: green. Hex color #05320C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #05320C is #FACDF3. Grayscale: #202020. Windows color (decimal): -16436724 or 799237. OLE color: 799237.
HSL color Cylindrical-coordinate representation of color #05320C: hue angle of 129.33º 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 #05320C is Cyan = 0.90, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 5 | 50 | 12 | - |
| CMYK | 0.90 | 0 | 0.76 | 0.80 |
| HSL | 129.33º | 0.82% | 0.11% | - |
| HSV(B) | 129.33º | 0.9% | 0.2% | - |
| XYZ | 1.27 | 2.34 | 0.73 | - |
| YUV | 32.21 | 116.59 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 50 | 12 | 0.90 | 0 | 0.76 | 0.80 | 129.33 | 0.82 | 0.11 |
| Hex | 5 | 32 | C | 5A | 0 | 4C | 50 | 81 | 52 | B |
| Octal | 5 | 62 | 14 | 132 | 0 | 114 | 120 | 201 | 122 | 13 |
| Binary | 101 | 110010 | 1100 | 1011010 | 0 | 1001100 | 1010000 | 10000001 | 1010010 | 1011 |
Color Harmonies of #05320C
Complementary color
Monochromatic Colors of #05320C
Black with #05320C
Text Example
Text Example
White with #05320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05320C; }
p { color: rgb(5,50,12); }
H1.HeaderClassName
{
color: #05320C;
}
.AnyTagClassName
{
color: #05320C;
}
</style>
background-color css
<style>
a { background-color: #05320C; }
a { background-color: rgb(5,50,12); }
div.DivClassName
{
background-color: #05320C;
}
.BgClassName
{
background-color: #05320C;
}
</style>
border-color css
<style>
span { border-color: #05320C; }
span { border-color: rgb(5,50,12); }
td.TdClassName
{
border-color: #05320C;
}
.TagClassName
{
border-color: #05320C;
}
</style>