Shades of Deep Fir #0C3720
Tints of Deep Fir #0C3720
RGB
CMYK
RGB Variations
Color information
#0C3720 (or 0x0C3720) is known color: Deep Fir. HEX triplet: 0C, 37 and 20. RGB value is (12,55,32). Sum of RGB (Red+Green+Blue) = 12+55+32=99 (13% of max value = 765). Red value is 12 (5.08% from 255 or 12.12% from 99); Green value is 55 (21.88% from 255 or 55.56% from 99); Blue value is 32 (12.89% from 255 or 32.32% from 99); Max value from RGB is 55 - color contains mainly: green. Hex color #0C3720 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3720 is #F3C8DF. Grayscale: #272727. Windows color (decimal): -15976672 or 2111244. OLE color: 2111244.
HSL color Cylindrical-coordinate representation of color #0C3720: hue angle of 147.91º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0C3720 is Cyan = 0.78, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 12 | 55 | 32 | - |
| CMYK | 0.78 | 0 | 0.42 | 0.78 |
| HSL | 147.91º | 0.64% | 0.13% | - |
| HSV(B) | 147.91º | 0.78% | 0.22% | - |
| XYZ | 1.78 | 2.91 | 1.84 | - |
| YUV | 39.52 | 123.75 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 55 | 32 | 0.78 | 0 | 0.42 | 0.78 | 147.91 | 0.64 | 0.13 |
| Hex | C | 37 | 20 | 4E | 0 | 2A | 4E | 94 | 40 | D |
| Octal | 14 | 67 | 40 | 116 | 0 | 52 | 116 | 224 | 100 | 15 |
| Binary | 1100 | 110111 | 100000 | 1001110 | 0 | 101010 | 1001110 | 10010100 | 1000000 | 1101 |
Color Harmonies of #0C3720
Complementary color
Monochromatic Colors of #0C3720
Black with #0C3720
Text Example
Text Example
White with #0C3720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C3720; }
p { color: rgb(12,55,32); }
H1.HeaderClassName
{
color: #0C3720;
}
.AnyTagClassName
{
color: #0C3720;
}
</style>
background-color css
<style>
a { background-color: #0C3720; }
a { background-color: rgb(12,55,32); }
div.DivClassName
{
background-color: #0C3720;
}
.BgClassName
{
background-color: #0C3720;
}
</style>
border-color css
<style>
span { border-color: #0C3720; }
span { border-color: rgb(12,55,32); }
td.TdClassName
{
border-color: #0C3720;
}
.TagClassName
{
border-color: #0C3720;
}
</style>