Shades of Deep Fir #174321
Tints of Deep Fir #174321
RGB
CMYK
RGB Variations
Color information
#174321 (or 0x174321) is known color: Deep Fir. HEX triplet: 17, 43 and 21. RGB value is (23,67,33). Sum of RGB (Red+Green+Blue) = 23+67+33=123 (16% of max value = 765). Red value is 23 (9.38% from 255 or 18.70% from 123); Green value is 67 (26.56% from 255 or 54.47% from 123); Blue value is 33 (13.28% from 255 or 26.83% from 123); Max value from RGB is 67 - color contains mainly: green. Hex color #174321 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174321 is #E8BCDE. Grayscale: #323232. Windows color (decimal): -15252703 or 2179863. OLE color: 2179863.
HSL color Cylindrical-coordinate representation of color #174321: hue angle of 133.64º 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 #174321 is Cyan = 0.66, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 23 | 67 | 33 | - |
| CMYK | 0.66 | 0 | 0.51 | 0.74 |
| HSL | 133.64º | 0.49% | 0.18% | - |
| HSV(B) | 133.64º | 0.66% | 0.26% | - |
| XYZ | 2.64 | 4.31 | 2.13 | - |
| YUV | 49.97 | 118.42 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 67 | 33 | 0.66 | 0 | 0.51 | 0.74 | 133.64 | 0.49 | 0.18 |
| Hex | 17 | 43 | 21 | 42 | 0 | 33 | 4A | 86 | 31 | 12 |
| Octal | 27 | 103 | 41 | 102 | 0 | 63 | 112 | 206 | 61 | 22 |
| Binary | 10111 | 1000011 | 100001 | 1000010 | 0 | 110011 | 1001010 | 10000110 | 110001 | 10010 |
Color Harmonies of #174321
Complementary color
Monochromatic Colors of #174321
Black with #174321
Text Example
Text Example
White with #174321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174321; }
p { color: rgb(23,67,33); }
H1.HeaderClassName
{
color: #174321;
}
.AnyTagClassName
{
color: #174321;
}
</style>
background-color css
<style>
a { background-color: #174321; }
a { background-color: rgb(23,67,33); }
div.DivClassName
{
background-color: #174321;
}
.BgClassName
{
background-color: #174321;
}
</style>
border-color css
<style>
span { border-color: #174321; }
span { border-color: rgb(23,67,33); }
td.TdClassName
{
border-color: #174321;
}
.TagClassName
{
border-color: #174321;
}
</style>