Shades of Deep Fir #173521
Tints of Deep Fir #173521
RGB
CMYK
RGB Variations
Color information
#173521 (or 0x173521) is known color: Deep Fir. HEX triplet: 17, 35 and 21. RGB value is (23,53,33). Sum of RGB (Red+Green+Blue) = 23+53+33=109 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.10% from 109); Green value is 53 (21.09% from 255 or 48.62% from 109); Blue value is 33 (13.28% from 255 or 30.28% from 109); Max value from RGB is 53 - color contains mainly: green. Hex color #173521 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173521 is #E8CADE. Grayscale: #292929. Windows color (decimal): -15256287 or 2176279. OLE color: 2176279.
HSL color Cylindrical-coordinate representation of color #173521: hue angle of 140º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #173521 is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 23 | 53 | 33 | - |
| CMYK | 0.57 | 0 | 0.38 | 0.79 |
| HSL | 140º | 0.39% | 0.15% | - |
| HSV(B) | 140º | 0.57% | 0.21% | - |
| XYZ | 1.9 | 2.84 | 1.89 | - |
| YUV | 41.75 | 123.06 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 53 | 33 | 0.57 | 0 | 0.38 | 0.79 | 140 | 0.39 | 0.15 |
| Hex | 17 | 35 | 21 | 39 | 0 | 26 | 4F | 8C | 27 | F |
| Octal | 27 | 65 | 41 | 71 | 0 | 46 | 117 | 214 | 47 | 17 |
| Binary | 10111 | 110101 | 100001 | 111001 | 0 | 100110 | 1001111 | 10001100 | 100111 | 1111 |
Color Harmonies of #173521
Complementary color
Monochromatic Colors of #173521
Black with #173521
Text Example
Text Example
White with #173521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173521; }
p { color: rgb(23,53,33); }
H1.HeaderClassName
{
color: #173521;
}
.AnyTagClassName
{
color: #173521;
}
</style>
background-color css
<style>
a { background-color: #173521; }
a { background-color: rgb(23,53,33); }
div.DivClassName
{
background-color: #173521;
}
.BgClassName
{
background-color: #173521;
}
</style>
border-color css
<style>
span { border-color: #173521; }
span { border-color: rgb(23,53,33); }
td.TdClassName
{
border-color: #173521;
}
.TagClassName
{
border-color: #173521;
}
</style>