Shades of Deep Fir #174420
Tints of Deep Fir #174420
RGB
CMYK
RGB Variations
Color information
#174420 (or 0x174420) is known color: Deep Fir. HEX triplet: 17, 44 and 20. RGB value is (23,68,32). Sum of RGB (Red+Green+Blue) = 23+68+32=123 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.70% from 123); Green value is 68 (26.95% from 255 or 55.28% from 123); Blue value is 32 (12.89% from 255 or 26.02% from 123); Max value from RGB is 68 - color contains mainly: green. Hex color #174420 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174420 is #E8BBDF. Grayscale: #323232. Windows color (decimal): -15252448 or 2114583. OLE color: 2114583.
HSL color Cylindrical-coordinate representation of color #174420: hue angle of 132º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #174420 is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 23 | 68 | 32 | - |
| CMYK | 0.66 | 0 | 0.53 | 0.73 |
| HSL | 132º | 0.49% | 0.18% | - |
| HSV(B) | 132º | 0.66% | 0.27% | - |
| XYZ | 2.68 | 4.42 | 2.08 | - |
| YUV | 50.44 | 117.59 | 108.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 68 | 32 | 0.66 | 0 | 0.53 | 0.73 | 132 | 0.49 | 0.18 |
| Hex | 17 | 44 | 20 | 42 | 0 | 35 | 49 | 84 | 31 | 12 |
| Octal | 27 | 104 | 40 | 102 | 0 | 65 | 111 | 204 | 61 | 22 |
| Binary | 10111 | 1000100 | 100000 | 1000010 | 0 | 110101 | 1001001 | 10000100 | 110001 | 10010 |
Color Harmonies of #174420
Complementary color
Monochromatic Colors of #174420
Black with #174420
Text Example
Text Example
White with #174420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174420; }
p { color: rgb(23,68,32); }
H1.HeaderClassName
{
color: #174420;
}
.AnyTagClassName
{
color: #174420;
}
</style>
background-color css
<style>
a { background-color: #174420; }
a { background-color: rgb(23,68,32); }
div.DivClassName
{
background-color: #174420;
}
.BgClassName
{
background-color: #174420;
}
</style>
border-color css
<style>
span { border-color: #174420; }
span { border-color: rgb(23,68,32); }
td.TdClassName
{
border-color: #174420;
}
.TagClassName
{
border-color: #174420;
}
</style>