Shades of Deep Fir #11481C
Tints of Deep Fir #11481C
RGB
CMYK
RGB Variations
Color information
#11481C (or 0x11481C) is known color: Deep Fir. HEX triplet: 11, 48 and 1C. RGB value is (17,72,28). Sum of RGB (Red+Green+Blue) = 17+72+28=117 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.53% from 117); Green value is 72 (28.52% from 255 or 61.54% from 117); Blue value is 28 (11.33% from 255 or 23.93% from 117); Max value from RGB is 72 - color contains mainly: green. Hex color #11481C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11481C is #EEB7E3. Grayscale: #323232. Windows color (decimal): -15644644 or 1853457. OLE color: 1853457.
HSL color Cylindrical-coordinate representation of color #11481C: hue angle of 132º degrees, saturation: 0.62, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #11481C is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 17 | 72 | 28 | - |
| CMYK | 0.76 | 0 | 0.61 | 0.72 |
| HSL | 132º | 0.62% | 0.17% | - |
| HSV(B) | 132º | 0.76% | 0.28% | - |
| XYZ | 2.76 | 4.84 | 1.89 | - |
| YUV | 50.54 | 115.28 | 104.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 72 | 28 | 0.76 | 0 | 0.61 | 0.72 | 132 | 0.62 | 0.17 |
| Hex | 11 | 48 | 1C | 4C | 0 | 3D | 48 | 84 | 3E | 11 |
| Octal | 21 | 110 | 34 | 114 | 0 | 75 | 110 | 204 | 76 | 21 |
| Binary | 10001 | 1001000 | 11100 | 1001100 | 0 | 111101 | 1001000 | 10000100 | 111110 | 10001 |
Color Harmonies of #11481C
Complementary color
Monochromatic Colors of #11481C
Black with #11481C
Text Example
Text Example
White with #11481C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11481C; }
p { color: rgb(17,72,28); }
H1.HeaderClassName
{
color: #11481C;
}
.AnyTagClassName
{
color: #11481C;
}
</style>
background-color css
<style>
a { background-color: #11481C; }
a { background-color: rgb(17,72,28); }
div.DivClassName
{
background-color: #11481C;
}
.BgClassName
{
background-color: #11481C;
}
</style>
border-color css
<style>
span { border-color: #11481C; }
span { border-color: rgb(17,72,28); }
td.TdClassName
{
border-color: #11481C;
}
.TagClassName
{
border-color: #11481C;
}
</style>