Shades of Deep Fir #0C4315
Tints of Deep Fir #0C4315
RGB
CMYK
RGB Variations
Color information
#0C4315 (or 0x0C4315) is known color: Deep Fir. HEX triplet: 0C, 43 and 15. RGB value is (12,67,21). Sum of RGB (Red+Green+Blue) = 12+67+21=100 (13% of max value = 765). Red value is 12 (5.08% from 255 or 12% from 100); Green value is 67 (26.56% from 255 or 67% from 100); Blue value is 21 (8.59% from 255 or 21% from 100); Max value from RGB is 67 - color contains mainly: green. Hex color #0C4315 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C4315 is #F3BCEA. Grayscale: #2D2D2D. Windows color (decimal): -15973611 or 1393420. OLE color: 1393420.
HSL color Cylindrical-coordinate representation of color #0C4315: hue angle of 129.82º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0C4315 is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 12 | 67 | 21 | - |
| CMYK | 0.82 | 0 | 0.69 | 0.74 |
| HSL | 129.82º | 0.7% | 0.15% | - |
| HSV(B) | 129.82º | 0.82% | 0.26% | - |
| XYZ | 2.29 | 4.15 | 1.39 | - |
| YUV | 45.31 | 114.28 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 67 | 21 | 0.82 | 0 | 0.69 | 0.74 | 129.82 | 0.7 | 0.15 |
| Hex | C | 43 | 15 | 52 | 0 | 45 | 4A | 82 | 46 | F |
| Octal | 14 | 103 | 25 | 122 | 0 | 105 | 112 | 202 | 106 | 17 |
| Binary | 1100 | 1000011 | 10101 | 1010010 | 0 | 1000101 | 1001010 | 10000010 | 1000110 | 1111 |
Color Harmonies of #0C4315
Complementary color
Monochromatic Colors of #0C4315
Black with #0C4315
Text Example
Text Example
White with #0C4315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4315; }
p { color: rgb(12,67,21); }
H1.HeaderClassName
{
color: #0C4315;
}
.AnyTagClassName
{
color: #0C4315;
}
</style>
background-color css
<style>
a { background-color: #0C4315; }
a { background-color: rgb(12,67,21); }
div.DivClassName
{
background-color: #0C4315;
}
.BgClassName
{
background-color: #0C4315;
}
</style>
border-color css
<style>
span { border-color: #0C4315; }
span { border-color: rgb(12,67,21); }
td.TdClassName
{
border-color: #0C4315;
}
.TagClassName
{
border-color: #0C4315;
}
</style>