Shades of Deep Fir #0C4319
Tints of Deep Fir #0C4319
RGB
CMYK
RGB Variations
Color information
#0C4319 (or 0x0C4319) is known color: Deep Fir. HEX triplet: 0C, 43 and 19. RGB value is (12,67,25). Sum of RGB (Red+Green+Blue) = 12+67+25=104 (13% of max value = 765). Red value is 12 (5.08% from 255 or 11.54% from 104); Green value is 67 (26.56% from 255 or 64.42% from 104); Blue value is 25 (10.16% from 255 or 24.04% from 104); Max value from RGB is 67 - color contains mainly: green. Hex color #0C4319 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C4319 is #F3BCE6. Grayscale: #2D2D2D. Windows color (decimal): -15973607 or 1655564. OLE color: 1655564.
HSL color Cylindrical-coordinate representation of color #0C4319: hue angle of 134.18º 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 #0C4319 is Cyan = 0.82, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 12 | 67 | 25 | - |
| CMYK | 0.82 | 0 | 0.63 | 0.74 |
| HSL | 134.18º | 0.7% | 0.15% | - |
| HSV(B) | 134.18º | 0.82% | 0.26% | - |
| XYZ | 2.33 | 4.16 | 1.6 | - |
| YUV | 45.77 | 116.28 | 103.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 67 | 25 | 0.82 | 0 | 0.63 | 0.74 | 134.18 | 0.7 | 0.15 |
| Hex | C | 43 | 19 | 52 | 0 | 3F | 4A | 86 | 46 | F |
| Octal | 14 | 103 | 31 | 122 | 0 | 77 | 112 | 206 | 106 | 17 |
| Binary | 1100 | 1000011 | 11001 | 1010010 | 0 | 111111 | 1001010 | 10000110 | 1000110 | 1111 |
Color Harmonies of #0C4319
Complementary color
Monochromatic Colors of #0C4319
Black with #0C4319
Text Example
Text Example
White with #0C4319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C4319; }
p { color: rgb(12,67,25); }
H1.HeaderClassName
{
color: #0C4319;
}
.AnyTagClassName
{
color: #0C4319;
}
</style>
background-color css
<style>
a { background-color: #0C4319; }
a { background-color: rgb(12,67,25); }
div.DivClassName
{
background-color: #0C4319;
}
.BgClassName
{
background-color: #0C4319;
}
</style>
border-color css
<style>
span { border-color: #0C4319; }
span { border-color: rgb(12,67,25); }
td.TdClassName
{
border-color: #0C4319;
}
.TagClassName
{
border-color: #0C4319;
}
</style>