Shades of Deep Fir #173421
Tints of Deep Fir #173421
RGB
CMYK
RGB Variations
Color information
#173421 (or 0x173421) is known color: Deep Fir. HEX triplet: 17, 34 and 21. RGB value is (23,52,33). Sum of RGB (Red+Green+Blue) = 23+52+33=108 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.30% from 108); Green value is 52 (20.70% from 255 or 48.15% from 108); Blue value is 33 (13.28% from 255 or 30.56% from 108); Max value from RGB is 52 - color contains mainly: green. Hex color #173421 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173421 is #E8CBDE. Grayscale: #292929. Windows color (decimal): -15256543 or 2176023. OLE color: 2176023.
HSL color Cylindrical-coordinate representation of color #173421: hue angle of 140.69º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #173421 is Cyan = 0.56, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 23 | 52 | 33 | - |
| CMYK | 0.56 | 0 | 0.37 | 0.80 |
| HSL | 140.69º | 0.39% | 0.15% | - |
| HSV(B) | 140.69º | 0.56% | 0.2% | - |
| XYZ | 1.86 | 2.75 | 1.87 | - |
| YUV | 41.16 | 123.39 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 52 | 33 | 0.56 | 0 | 0.37 | 0.80 | 140.69 | 0.39 | 0.15 |
| Hex | 17 | 34 | 21 | 38 | 0 | 25 | 50 | 8D | 27 | F |
| Octal | 27 | 64 | 41 | 70 | 0 | 45 | 120 | 215 | 47 | 17 |
| Binary | 10111 | 110100 | 100001 | 111000 | 0 | 100101 | 1010000 | 10001101 | 100111 | 1111 |
Color Harmonies of #173421
Complementary color
Monochromatic Colors of #173421
Black with #173421
Text Example
Text Example
White with #173421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173421; }
p { color: rgb(23,52,33); }
H1.HeaderClassName
{
color: #173421;
}
.AnyTagClassName
{
color: #173421;
}
</style>
background-color css
<style>
a { background-color: #173421; }
a { background-color: rgb(23,52,33); }
div.DivClassName
{
background-color: #173421;
}
.BgClassName
{
background-color: #173421;
}
</style>
border-color css
<style>
span { border-color: #173421; }
span { border-color: rgb(23,52,33); }
td.TdClassName
{
border-color: #173421;
}
.TagClassName
{
border-color: #173421;
}
</style>