Shades of Deep Fir #17361D
Tints of Deep Fir #17361D
RGB
CMYK
RGB Variations
Color information
#17361D (or 0x17361D) is known color: Deep Fir. HEX triplet: 17, 36 and 1D. RGB value is (23,54,29). Sum of RGB (Red+Green+Blue) = 23+54+29=106 (14% of max value = 765). Red value is 23 (9.38% from 255 or 21.70% from 106); Green value is 54 (21.48% from 255 or 50.94% from 106); Blue value is 29 (11.72% from 255 or 27.36% from 106); Max value from RGB is 54 - color contains mainly: green. Hex color #17361D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17361D is #E8C9E2. Grayscale: #292929. Windows color (decimal): -15256035 or 1914391. OLE color: 1914391.
HSL color Cylindrical-coordinate representation of color #17361D: hue angle of 131.61º degrees, saturation: 0.4, 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 #17361D is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 23 | 54 | 29 | - |
| CMYK | 0.57 | 0 | 0.46 | 0.79 |
| HSL | 131.61º | 0.4% | 0.15% | - |
| HSV(B) | 131.61º | 0.57% | 0.21% | - |
| XYZ | 1.89 | 2.91 | 1.62 | - |
| YUV | 41.88 | 120.73 | 114.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 54 | 29 | 0.57 | 0 | 0.46 | 0.79 | 131.61 | 0.4 | 0.15 |
| Hex | 17 | 36 | 1D | 39 | 0 | 2E | 4F | 84 | 28 | F |
| Octal | 27 | 66 | 35 | 71 | 0 | 56 | 117 | 204 | 50 | 17 |
| Binary | 10111 | 110110 | 11101 | 111001 | 0 | 101110 | 1001111 | 10000100 | 101000 | 1111 |
Color Harmonies of #17361D
Complementary color
Monochromatic Colors of #17361D
Black with #17361D
Text Example
Text Example
White with #17361D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17361D; }
p { color: rgb(23,54,29); }
H1.HeaderClassName
{
color: #17361D;
}
.AnyTagClassName
{
color: #17361D;
}
</style>
background-color css
<style>
a { background-color: #17361D; }
a { background-color: rgb(23,54,29); }
div.DivClassName
{
background-color: #17361D;
}
.BgClassName
{
background-color: #17361D;
}
</style>
border-color css
<style>
span { border-color: #17361D; }
span { border-color: rgb(23,54,29); }
td.TdClassName
{
border-color: #17361D;
}
.TagClassName
{
border-color: #17361D;
}
</style>