Shades of Deep Fir #0C3216
Tints of Deep Fir #0C3216
RGB
CMYK
RGB Variations
Color information
#0C3216 (or 0x0C3216) is known color: Deep Fir. HEX triplet: 0C, 32 and 16. RGB value is (12,50,22). Sum of RGB (Red+Green+Blue) = 12+50+22=84 (11% of max value = 765). Red value is 12 (5.08% from 255 or 14.29% from 84); Green value is 50 (19.92% from 255 or 59.52% from 84); Blue value is 22 (8.98% from 255 or 26.19% from 84); Max value from RGB is 50 - color contains mainly: green. Hex color #0C3216 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C3216 is #F3CDE9. Grayscale: #232323. Windows color (decimal): -15977962 or 1454604. OLE color: 1454604.
HSL color Cylindrical-coordinate representation of color #0C3216: hue angle of 135.79º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0C3216 is Cyan = 0.76, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 12 | 50 | 22 | - |
| CMYK | 0.76 | 0 | 0.56 | 0.80 |
| HSL | 135.79º | 0.61% | 0.12% | - |
| HSV(B) | 135.79º | 0.76% | 0.2% | - |
| XYZ | 1.44 | 2.42 | 1.15 | - |
| YUV | 35.45 | 120.41 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 50 | 22 | 0.76 | 0 | 0.56 | 0.80 | 135.79 | 0.61 | 0.12 |
| Hex | C | 32 | 16 | 4C | 0 | 38 | 50 | 88 | 3D | C |
| Octal | 14 | 62 | 26 | 114 | 0 | 70 | 120 | 210 | 75 | 14 |
| Binary | 1100 | 110010 | 10110 | 1001100 | 0 | 111000 | 1010000 | 10001000 | 111101 | 1100 |
Color Harmonies of #0C3216
Complementary color
Monochromatic Colors of #0C3216
Black with #0C3216
Text Example
Text Example
White with #0C3216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3216; }
p { color: rgb(12,50,22); }
H1.HeaderClassName
{
color: #0C3216;
}
.AnyTagClassName
{
color: #0C3216;
}
</style>
background-color css
<style>
a { background-color: #0C3216; }
a { background-color: rgb(12,50,22); }
div.DivClassName
{
background-color: #0C3216;
}
.BgClassName
{
background-color: #0C3216;
}
</style>
border-color css
<style>
span { border-color: #0C3216; }
span { border-color: rgb(12,50,22); }
td.TdClassName
{
border-color: #0C3216;
}
.TagClassName
{
border-color: #0C3216;
}
</style>