Shades of Deep Fir #10461D
Tints of Deep Fir #10461D
RGB
CMYK
RGB Variations
Color information
#10461D (or 0x10461D) is known color: Deep Fir. HEX triplet: 10, 46 and 1D. RGB value is (16,70,29). Sum of RGB (Red+Green+Blue) = 16+70+29=115 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.91% from 115); Green value is 70 (27.73% from 255 or 60.87% from 115); Blue value is 29 (11.72% from 255 or 25.22% from 115); Max value from RGB is 70 - color contains mainly: green. Hex color #10461D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10461D is #EFB9E2. Grayscale: #313131. Windows color (decimal): -15710691 or 1918480. OLE color: 1918480.
HSL color Cylindrical-coordinate representation of color #10461D: hue angle of 134.44º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #10461D is Cyan = 0.77, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 16 | 70 | 29 | - |
| CMYK | 0.77 | 0 | 0.59 | 0.73 |
| HSL | 134.44º | 0.63% | 0.17% | - |
| HSV(B) | 134.44º | 0.77% | 0.27% | - |
| XYZ | 2.63 | 4.58 | 1.91 | - |
| YUV | 49.18 | 116.61 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 70 | 29 | 0.77 | 0 | 0.59 | 0.73 | 134.44 | 0.63 | 0.17 |
| Hex | 10 | 46 | 1D | 4D | 0 | 3B | 49 | 86 | 3F | 11 |
| Octal | 20 | 106 | 35 | 115 | 0 | 73 | 111 | 206 | 77 | 21 |
| Binary | 10000 | 1000110 | 11101 | 1001101 | 0 | 111011 | 1001001 | 10000110 | 111111 | 10001 |
Color Harmonies of #10461D
Complementary color
Monochromatic Colors of #10461D
Black with #10461D
Text Example
Text Example
White with #10461D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10461D; }
p { color: rgb(16,70,29); }
H1.HeaderClassName
{
color: #10461D;
}
.AnyTagClassName
{
color: #10461D;
}
</style>
background-color css
<style>
a { background-color: #10461D; }
a { background-color: rgb(16,70,29); }
div.DivClassName
{
background-color: #10461D;
}
.BgClassName
{
background-color: #10461D;
}
</style>
border-color css
<style>
span { border-color: #10461D; }
span { border-color: rgb(16,70,29); }
td.TdClassName
{
border-color: #10461D;
}
.TagClassName
{
border-color: #10461D;
}
</style>