Shades of Deep Fir #173020
Tints of Deep Fir #173020
RGB
CMYK
RGB Variations
Color information
#173020 (or 0x173020) is known color: Deep Fir. HEX triplet: 17, 30 and 20. RGB value is (23,48,32). Sum of RGB (Red+Green+Blue) = 23+48+32=103 (13% of max value = 765). Red value is 23 (9.38% from 255 or 22.33% from 103); Green value is 48 (19.14% from 255 or 46.60% from 103); Blue value is 32 (12.89% from 255 or 31.07% from 103); Max value from RGB is 48 - color contains mainly: green. Hex color #173020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173020 is #E8CFDF. Grayscale: #262626. Windows color (decimal): -15257568 or 2109463. OLE color: 2109463.
HSL color Cylindrical-coordinate representation of color #173020: hue angle of 141.6º degrees, saturation: 0.35, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #173020 is Cyan = 0.52, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 23 | 48 | 32 | - |
| CMYK | 0.52 | 0 | 0.33 | 0.81 |
| HSL | 141.6º | 0.35% | 0.14% | - |
| HSV(B) | 141.6º | 0.52% | 0.19% | - |
| XYZ | 1.67 | 2.4 | 1.74 | - |
| YUV | 38.7 | 124.22 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 48 | 32 | 0.52 | 0 | 0.33 | 0.81 | 141.6 | 0.35 | 0.14 |
| Hex | 17 | 30 | 20 | 34 | 0 | 21 | 51 | 8E | 23 | E |
| Octal | 27 | 60 | 40 | 64 | 0 | 41 | 121 | 216 | 43 | 16 |
| Binary | 10111 | 110000 | 100000 | 110100 | 0 | 100001 | 1010001 | 10001110 | 100011 | 1110 |
Color Harmonies of #173020
Complementary color
Monochromatic Colors of #173020
Black with #173020
Text Example
Text Example
White with #173020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173020; }
p { color: rgb(23,48,32); }
H1.HeaderClassName
{
color: #173020;
}
.AnyTagClassName
{
color: #173020;
}
</style>
background-color css
<style>
a { background-color: #173020; }
a { background-color: rgb(23,48,32); }
div.DivClassName
{
background-color: #173020;
}
.BgClassName
{
background-color: #173020;
}
</style>
border-color css
<style>
span { border-color: #173020; }
span { border-color: rgb(23,48,32); }
td.TdClassName
{
border-color: #173020;
}
.TagClassName
{
border-color: #173020;
}
</style>