Shades of Deep Fir #174220
Tints of Deep Fir #174220
RGB
CMYK
RGB Variations
Color information
#174220 (or 0x174220) is known color: Deep Fir. HEX triplet: 17, 42 and 20. RGB value is (23,66,32). Sum of RGB (Red+Green+Blue) = 23+66+32=121 (16% of max value = 765). Red value is 23 (9.38% from 255 or 19.01% from 121); Green value is 66 (26.17% from 255 or 54.55% from 121); Blue value is 32 (12.89% from 255 or 26.45% from 121); Max value from RGB is 66 - color contains mainly: green. Hex color #174220 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174220 is #E8BDDF. Grayscale: #313131. Windows color (decimal): -15252960 or 2114071. OLE color: 2114071.
HSL color Cylindrical-coordinate representation of color #174220: hue angle of 132.56º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #174220 is Cyan = 0.65, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 23 | 66 | 32 | - |
| CMYK | 0.65 | 0 | 0.52 | 0.74 |
| HSL | 132.56º | 0.48% | 0.17% | - |
| HSV(B) | 132.56º | 0.65% | 0.26% | - |
| XYZ | 2.56 | 4.18 | 2.04 | - |
| YUV | 49.27 | 118.25 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 66 | 32 | 0.65 | 0 | 0.52 | 0.74 | 132.56 | 0.48 | 0.17 |
| Hex | 17 | 42 | 20 | 41 | 0 | 34 | 4A | 85 | 30 | 11 |
| Octal | 27 | 102 | 40 | 101 | 0 | 64 | 112 | 205 | 60 | 21 |
| Binary | 10111 | 1000010 | 100000 | 1000001 | 0 | 110100 | 1001010 | 10000101 | 110000 | 10001 |
Color Harmonies of #174220
Complementary color
Monochromatic Colors of #174220
Black with #174220
Text Example
Text Example
White with #174220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174220; }
p { color: rgb(23,66,32); }
H1.HeaderClassName
{
color: #174220;
}
.AnyTagClassName
{
color: #174220;
}
</style>
background-color css
<style>
a { background-color: #174220; }
a { background-color: rgb(23,66,32); }
div.DivClassName
{
background-color: #174220;
}
.BgClassName
{
background-color: #174220;
}
</style>
border-color css
<style>
span { border-color: #174220; }
span { border-color: rgb(23,66,32); }
td.TdClassName
{
border-color: #174220;
}
.TagClassName
{
border-color: #174220;
}
</style>