Shades of Deep Fir #174320
Tints of Deep Fir #174320
RGB
CMYK
RGB Variations
Color information
#174320 (or 0x174320) is known color: Deep Fir. HEX triplet: 17, 43 and 20. RGB value is (23,67,32). Sum of RGB (Red+Green+Blue) = 23+67+32=122 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.85% from 122); Green value is 67 (26.56% from 255 or 54.92% from 122); Blue value is 32 (12.89% from 255 or 26.23% from 122); Max value from RGB is 67 - color contains mainly: green. Hex color #174320 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174320 is #E8BCDF. Grayscale: #313131. Windows color (decimal): -15252704 or 2114327. OLE color: 2114327.
HSL color Cylindrical-coordinate representation of color #174320: hue angle of 132.27º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #174320 is Cyan = 0.66, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 23 | 67 | 32 | - |
| CMYK | 0.66 | 0 | 0.52 | 0.74 |
| HSL | 132.27º | 0.49% | 0.18% | - |
| HSV(B) | 132.27º | 0.66% | 0.26% | - |
| XYZ | 2.62 | 4.3 | 2.06 | - |
| YUV | 49.85 | 117.92 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 67 | 32 | 0.66 | 0 | 0.52 | 0.74 | 132.27 | 0.49 | 0.18 |
| Hex | 17 | 43 | 20 | 42 | 0 | 34 | 4A | 84 | 31 | 12 |
| Octal | 27 | 103 | 40 | 102 | 0 | 64 | 112 | 204 | 61 | 22 |
| Binary | 10111 | 1000011 | 100000 | 1000010 | 0 | 110100 | 1001010 | 10000100 | 110001 | 10010 |
Color Harmonies of #174320
Complementary color
Monochromatic Colors of #174320
Black with #174320
Text Example
Text Example
White with #174320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174320; }
p { color: rgb(23,67,32); }
H1.HeaderClassName
{
color: #174320;
}
.AnyTagClassName
{
color: #174320;
}
</style>
background-color css
<style>
a { background-color: #174320; }
a { background-color: rgb(23,67,32); }
div.DivClassName
{
background-color: #174320;
}
.BgClassName
{
background-color: #174320;
}
</style>
border-color css
<style>
span { border-color: #174320; }
span { border-color: rgb(23,67,32); }
td.TdClassName
{
border-color: #174320;
}
.TagClassName
{
border-color: #174320;
}
</style>