Shades of Deep Fir #173821
Tints of Deep Fir #173821
RGB
CMYK
RGB Variations
Color information
#173821 (or 0x173821) is known color: Deep Fir. HEX triplet: 17, 38 and 21. RGB value is (23,56,33). Sum of RGB (Red+Green+Blue) = 23+56+33=112 (14% of max value = 765). Red value is 23 (9.38% from 255 or 20.54% from 112); Green value is 56 (22.27% from 255 or 50% from 112); Blue value is 33 (13.28% from 255 or 29.46% from 112); Max value from RGB is 56 - color contains mainly: green. Hex color #173821 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173821 is #E8C7DE. Grayscale: #2B2B2B. Windows color (decimal): -15255519 or 2177047. OLE color: 2177047.
HSL color Cylindrical-coordinate representation of color #173821: hue angle of 138.18º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #173821 is Cyan = 0.59, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 23 | 56 | 33 | - |
| CMYK | 0.59 | 0 | 0.41 | 0.78 |
| HSL | 138.18º | 0.42% | 0.15% | - |
| HSV(B) | 138.18º | 0.59% | 0.22% | - |
| XYZ | 2.04 | 3.12 | 1.93 | - |
| YUV | 43.51 | 122.07 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 56 | 33 | 0.59 | 0 | 0.41 | 0.78 | 138.18 | 0.42 | 0.15 |
| Hex | 17 | 38 | 21 | 3B | 0 | 29 | 4E | 8A | 2A | F |
| Octal | 27 | 70 | 41 | 73 | 0 | 51 | 116 | 212 | 52 | 17 |
| Binary | 10111 | 111000 | 100001 | 111011 | 0 | 101001 | 1001110 | 10001010 | 101010 | 1111 |
Color Harmonies of #173821
Complementary color
Monochromatic Colors of #173821
Black with #173821
Text Example
Text Example
White with #173821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173821; }
p { color: rgb(23,56,33); }
H1.HeaderClassName
{
color: #173821;
}
.AnyTagClassName
{
color: #173821;
}
</style>
background-color css
<style>
a { background-color: #173821; }
a { background-color: rgb(23,56,33); }
div.DivClassName
{
background-color: #173821;
}
.BgClassName
{
background-color: #173821;
}
</style>
border-color css
<style>
span { border-color: #173821; }
span { border-color: rgb(23,56,33); }
td.TdClassName
{
border-color: #173821;
}
.TagClassName
{
border-color: #173821;
}
</style>