Shades of Deep Fir #0C4020
Tints of Deep Fir #0C4020
RGB
CMYK
RGB Variations
Color information
#0C4020 (or 0x0C4020) is known color: Deep Fir. HEX triplet: 0C, 40 and 20. RGB value is (12,64,32). Sum of RGB (Red+Green+Blue) = 12+64+32=108 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.11% from 108); Green value is 64 (25.39% from 255 or 59.26% from 108); Blue value is 32 (12.89% from 255 or 29.63% from 108); Max value from RGB is 64 - color contains mainly: green. Hex color #0C4020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C4020 is #F3BFDF. Grayscale: #2C2C2C. Windows color (decimal): -15974368 or 2113548. OLE color: 2113548.
HSL color Cylindrical-coordinate representation of color #0C4020: hue angle of 143.08º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0C4020 is Cyan = 0.81, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 12 | 64 | 32 | - |
| CMYK | 0.81 | 0 | 0.50 | 0.75 |
| HSL | 143.08º | 0.68% | 0.15% | - |
| HSV(B) | 143.08º | 0.81% | 0.25% | - |
| XYZ | 2.25 | 3.85 | 1.99 | - |
| YUV | 44.8 | 120.77 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 64 | 32 | 0.81 | 0 | 0.50 | 0.75 | 143.08 | 0.68 | 0.15 |
| Hex | C | 40 | 20 | 51 | 0 | 32 | 4B | 8F | 44 | F |
| Octal | 14 | 100 | 40 | 121 | 0 | 62 | 113 | 217 | 104 | 17 |
| Binary | 1100 | 1000000 | 100000 | 1010001 | 0 | 110010 | 1001011 | 10001111 | 1000100 | 1111 |
Color Harmonies of #0C4020
Complementary color
Monochromatic Colors of #0C4020
Black with #0C4020
Text Example
Text Example
White with #0C4020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4020; }
p { color: rgb(12,64,32); }
H1.HeaderClassName
{
color: #0C4020;
}
.AnyTagClassName
{
color: #0C4020;
}
</style>
background-color css
<style>
a { background-color: #0C4020; }
a { background-color: rgb(12,64,32); }
div.DivClassName
{
background-color: #0C4020;
}
.BgClassName
{
background-color: #0C4020;
}
</style>
border-color css
<style>
span { border-color: #0C4020; }
span { border-color: rgb(12,64,32); }
td.TdClassName
{
border-color: #0C4020;
}
.TagClassName
{
border-color: #0C4020;
}
</style>