Shades of Deep Fir #103D1C
Tints of Deep Fir #103D1C
RGB
CMYK
RGB Variations
Color information
#103D1C (or 0x103D1C) is known color: Deep Fir. HEX triplet: 10, 3D and 1C. RGB value is (16,61,28). Sum of RGB (Red+Green+Blue) = 16+61+28=105 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.24% from 105); Green value is 61 (24.22% from 255 or 58.10% from 105); Blue value is 28 (11.33% from 255 or 26.67% from 105); Max value from RGB is 61 - color contains mainly: green. Hex color #103D1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103D1C is #EFC2E3. Grayscale: #2B2B2B. Windows color (decimal): -15712996 or 1850640. OLE color: 1850640.
HSL color Cylindrical-coordinate representation of color #103D1C: hue angle of 136º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #103D1C is Cyan = 0.74, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 61 | 28 | - |
| CMYK | 0.74 | 0 | 0.54 | 0.76 |
| HSL | 136º | 0.58% | 0.15% | - |
| HSV(B) | 136º | 0.74% | 0.24% | - |
| XYZ | 2.09 | 3.53 | 1.67 | - |
| YUV | 43.78 | 119.09 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 61 | 28 | 0.74 | 0 | 0.54 | 0.76 | 136 | 0.58 | 0.15 |
| Hex | 10 | 3D | 1C | 4A | 0 | 36 | 4C | 88 | 3A | F |
| Octal | 20 | 75 | 34 | 112 | 0 | 66 | 114 | 210 | 72 | 17 |
| Binary | 10000 | 111101 | 11100 | 1001010 | 0 | 110110 | 1001100 | 10001000 | 111010 | 1111 |
Color Harmonies of #103D1C
Complementary color
Monochromatic Colors of #103D1C
Black with #103D1C
Text Example
Text Example
White with #103D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103D1C; }
p { color: rgb(16,61,28); }
H1.HeaderClassName
{
color: #103D1C;
}
.AnyTagClassName
{
color: #103D1C;
}
</style>
background-color css
<style>
a { background-color: #103D1C; }
a { background-color: rgb(16,61,28); }
div.DivClassName
{
background-color: #103D1C;
}
.BgClassName
{
background-color: #103D1C;
}
</style>
border-color css
<style>
span { border-color: #103D1C; }
span { border-color: rgb(16,61,28); }
td.TdClassName
{
border-color: #103D1C;
}
.TagClassName
{
border-color: #103D1C;
}
</style>