Shades of Deep Fir #144321
Tints of Deep Fir #144321
RGB
CMYK
RGB Variations
Color information
#144321 (or 0x144321) is known color: Deep Fir. HEX triplet: 14, 43 and 21. RGB value is (20,67,33). Sum of RGB (Red+Green+Blue) = 20+67+33=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 67 (26.56% from 255 or 55.83% from 120); Blue value is 33 (13.28% from 255 or 27.5% from 120); Max value from RGB is 67 - color contains mainly: green. Hex color #144321 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #144321 is #EBBCDE. Grayscale: #313131. Windows color (decimal): -15449311 or 2179860. OLE color: 2179860.
HSL color Cylindrical-coordinate representation of color #144321: hue angle of 136.6º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #144321 is Cyan = 0.70, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 20 | 67 | 33 | - |
| CMYK | 0.70 | 0 | 0.51 | 0.74 |
| HSL | 136.6º | 0.54% | 0.17% | - |
| HSV(B) | 136.6º | 0.7% | 0.26% | - |
| XYZ | 2.57 | 4.27 | 2.13 | - |
| YUV | 49.07 | 118.93 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 67 | 33 | 0.70 | 0 | 0.51 | 0.74 | 136.6 | 0.54 | 0.17 |
| Hex | 14 | 43 | 21 | 46 | 0 | 33 | 4A | 89 | 36 | 11 |
| Octal | 24 | 103 | 41 | 106 | 0 | 63 | 112 | 211 | 66 | 21 |
| Binary | 10100 | 1000011 | 100001 | 1000110 | 0 | 110011 | 1001010 | 10001001 | 110110 | 10001 |
Color Harmonies of #144321
Complementary color
Monochromatic Colors of #144321
Black with #144321
Text Example
Text Example
White with #144321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #144321; }
p { color: rgb(20,67,33); }
H1.HeaderClassName
{
color: #144321;
}
.AnyTagClassName
{
color: #144321;
}
</style>
background-color css
<style>
a { background-color: #144321; }
a { background-color: rgb(20,67,33); }
div.DivClassName
{
background-color: #144321;
}
.BgClassName
{
background-color: #144321;
}
</style>
border-color css
<style>
span { border-color: #144321; }
span { border-color: rgb(20,67,33); }
td.TdClassName
{
border-color: #144321;
}
.TagClassName
{
border-color: #144321;
}
</style>