Shades of Deep Fir #174521
Tints of Deep Fir #174521
RGB
CMYK
RGB Variations
Color information
#174521 (or 0x174521) is known color: Deep Fir. HEX triplet: 17, 45 and 21. RGB value is (23,69,33). Sum of RGB (Red+Green+Blue) = 23+69+33=125 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.4% from 125); Green value is 69 (27.34% from 255 or 55.2% from 125); Blue value is 33 (13.28% from 255 or 26.4% from 125); Max value from RGB is 69 - color contains mainly: green. Hex color #174521 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174521 is #E8BADE. Grayscale: #333333. Windows color (decimal): -15252191 or 2180375. OLE color: 2180375.
HSL color Cylindrical-coordinate representation of color #174521: hue angle of 133.04º degrees, saturation: 0.5, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #174521 is Cyan = 0.67, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 23 | 69 | 33 | - |
| CMYK | 0.67 | 0 | 0.52 | 0.73 |
| HSL | 133.04º | 0.5% | 0.18% | - |
| HSV(B) | 133.04º | 0.67% | 0.27% | - |
| XYZ | 2.76 | 4.55 | 2.17 | - |
| YUV | 51.14 | 117.76 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 69 | 33 | 0.67 | 0 | 0.52 | 0.73 | 133.04 | 0.5 | 0.18 |
| Hex | 17 | 45 | 21 | 43 | 0 | 34 | 49 | 85 | 32 | 12 |
| Octal | 27 | 105 | 41 | 103 | 0 | 64 | 111 | 205 | 62 | 22 |
| Binary | 10111 | 1000101 | 100001 | 1000011 | 0 | 110100 | 1001001 | 10000101 | 110010 | 10010 |
Color Harmonies of #174521
Complementary color
Monochromatic Colors of #174521
Black with #174521
Text Example
Text Example
White with #174521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174521; }
p { color: rgb(23,69,33); }
H1.HeaderClassName
{
color: #174521;
}
.AnyTagClassName
{
color: #174521;
}
</style>
background-color css
<style>
a { background-color: #174521; }
a { background-color: rgb(23,69,33); }
div.DivClassName
{
background-color: #174521;
}
.BgClassName
{
background-color: #174521;
}
</style>
border-color css
<style>
span { border-color: #174521; }
span { border-color: rgb(23,69,33); }
td.TdClassName
{
border-color: #174521;
}
.TagClassName
{
border-color: #174521;
}
</style>