Shades of Deep Fir #14361C
Tints of Deep Fir #14361C
RGB
CMYK
RGB Variations
Color information
#14361C (or 0x14361C) is known color: Deep Fir. HEX triplet: 14, 36 and 1C. RGB value is (20,54,28). Sum of RGB (Red+Green+Blue) = 20+54+28=102 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.61% from 102); Green value is 54 (21.48% from 255 or 52.94% from 102); Blue value is 28 (11.33% from 255 or 27.45% from 102); Max value from RGB is 54 - color contains mainly: green. Hex color #14361C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14361C is #EBC9E3. Grayscale: #282828. Windows color (decimal): -15452644 or 1848852. OLE color: 1848852.
HSL color Cylindrical-coordinate representation of color #14361C: hue angle of 134.12º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #14361C is Cyan = 0.63, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 20 | 54 | 28 | - |
| CMYK | 0.63 | 0 | 0.48 | 0.79 |
| HSL | 134.12º | 0.46% | 0.15% | - |
| HSV(B) | 134.12º | 0.63% | 0.21% | - |
| XYZ | 1.82 | 2.87 | 1.56 | - |
| YUV | 40.87 | 120.74 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 54 | 28 | 0.63 | 0 | 0.48 | 0.79 | 134.12 | 0.46 | 0.15 |
| Hex | 14 | 36 | 1C | 3F | 0 | 30 | 4F | 86 | 2E | F |
| Octal | 24 | 66 | 34 | 77 | 0 | 60 | 117 | 206 | 56 | 17 |
| Binary | 10100 | 110110 | 11100 | 111111 | 0 | 110000 | 1001111 | 10000110 | 101110 | 1111 |
Color Harmonies of #14361C
Complementary color
Monochromatic Colors of #14361C
Black with #14361C
Text Example
Text Example
White with #14361C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14361C; }
p { color: rgb(20,54,28); }
H1.HeaderClassName
{
color: #14361C;
}
.AnyTagClassName
{
color: #14361C;
}
</style>
background-color css
<style>
a { background-color: #14361C; }
a { background-color: rgb(20,54,28); }
div.DivClassName
{
background-color: #14361C;
}
.BgClassName
{
background-color: #14361C;
}
</style>
border-color css
<style>
span { border-color: #14361C; }
span { border-color: rgb(20,54,28); }
td.TdClassName
{
border-color: #14361C;
}
.TagClassName
{
border-color: #14361C;
}
</style>