Shades of Deep Fir #143621
Tints of Deep Fir #143621
RGB
CMYK
RGB Variations
Color information
#143621 (or 0x143621) is known color: Deep Fir. HEX triplet: 14, 36 and 21. RGB value is (20,54,33). Sum of RGB (Red+Green+Blue) = 20+54+33=107 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.69% from 107); Green value is 54 (21.48% from 255 or 50.47% from 107); Blue value is 33 (13.28% from 255 or 30.84% from 107); Max value from RGB is 54 - color contains mainly: green. Hex color #143621 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143621 is #EBC9DE. Grayscale: #292929. Windows color (decimal): -15452639 or 2176532. OLE color: 2176532.
HSL color Cylindrical-coordinate representation of color #143621: hue angle of 142.94º 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 #143621 is Cyan = 0.63, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 20 | 54 | 33 | - |
| CMYK | 0.63 | 0 | 0.39 | 0.79 |
| HSL | 142.94º | 0.46% | 0.15% | - |
| HSV(B) | 142.94º | 0.63% | 0.21% | - |
| XYZ | 1.88 | 2.9 | 1.9 | - |
| YUV | 41.44 | 123.24 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 54 | 33 | 0.63 | 0 | 0.39 | 0.79 | 142.94 | 0.46 | 0.15 |
| Hex | 14 | 36 | 21 | 3F | 0 | 27 | 4F | 8F | 2E | F |
| Octal | 24 | 66 | 41 | 77 | 0 | 47 | 117 | 217 | 56 | 17 |
| Binary | 10100 | 110110 | 100001 | 111111 | 0 | 100111 | 1001111 | 10001111 | 101110 | 1111 |
Color Harmonies of #143621
Complementary color
Monochromatic Colors of #143621
Black with #143621
Text Example
Text Example
White with #143621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143621; }
p { color: rgb(20,54,33); }
H1.HeaderClassName
{
color: #143621;
}
.AnyTagClassName
{
color: #143621;
}
</style>
background-color css
<style>
a { background-color: #143621; }
a { background-color: rgb(20,54,33); }
div.DivClassName
{
background-color: #143621;
}
.BgClassName
{
background-color: #143621;
}
</style>
border-color css
<style>
span { border-color: #143621; }
span { border-color: rgb(20,54,33); }
td.TdClassName
{
border-color: #143621;
}
.TagClassName
{
border-color: #143621;
}
</style>