Shades of Deep Fir #143321
Tints of Deep Fir #143321
RGB
CMYK
RGB Variations
Color information
#143321 (or 0x143321) is known color: Deep Fir. HEX triplet: 14, 33 and 21. RGB value is (20,51,33). Sum of RGB (Red+Green+Blue) = 20+51+33=104 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.23% from 104); Green value is 51 (20.31% from 255 or 49.04% from 104); Blue value is 33 (13.28% from 255 or 31.73% from 104); Max value from RGB is 51 - color contains mainly: green. Hex color #143321 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #143321 is #EBCCDE. Grayscale: #272727. Windows color (decimal): -15453407 or 2175764. OLE color: 2175764.
HSL color Cylindrical-coordinate representation of color #143321: hue angle of 145.16º degrees, saturation: 0.44, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #143321 is Cyan = 0.61, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 20 | 51 | 33 | - |
| CMYK | 0.61 | 0 | 0.35 | 0.8 |
| HSL | 145.16º | 0.44% | 0.14% | - |
| HSV(B) | 145.16º | 0.61% | 0.2% | - |
| XYZ | 1.75 | 2.63 | 1.85 | - |
| YUV | 39.68 | 124.23 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 51 | 33 | 0.61 | 0 | 0.35 | 0.8 | 145.16 | 0.44 | 0.14 |
| Hex | 14 | 33 | 21 | 3D | 0 | 23 | 50 | 91 | 2C | E |
| Octal | 24 | 63 | 41 | 75 | 0 | 43 | 120 | 221 | 54 | 16 |
| Binary | 10100 | 110011 | 100001 | 111101 | 0 | 100011 | 1010000 | 10010001 | 101100 | 1110 |
Color Harmonies of #143321
Complementary color
Monochromatic Colors of #143321
Black with #143321
Text Example
Text Example
White with #143321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143321; }
p { color: rgb(20,51,33); }
H1.HeaderClassName
{
color: #143321;
}
.AnyTagClassName
{
color: #143321;
}
</style>
background-color css
<style>
a { background-color: #143321; }
a { background-color: rgb(20,51,33); }
div.DivClassName
{
background-color: #143321;
}
.BgClassName
{
background-color: #143321;
}
</style>
border-color css
<style>
span { border-color: #143321; }
span { border-color: rgb(20,51,33); }
td.TdClassName
{
border-color: #143321;
}
.TagClassName
{
border-color: #143321;
}
</style>