Shades of Deep Fir #173825
Tints of Deep Fir #173825
RGB
CMYK
RGB Variations
Color information
#173825 (or 0x173825) is known color: Deep Fir. HEX triplet: 17, 38 and 25. RGB value is (23,56,37). Sum of RGB (Red+Green+Blue) = 23+56+37=116 (15% of max value = 765). Red value is 23 (9.38% from 255 or 19.83% from 116); Green value is 56 (22.27% from 255 or 48.28% from 116); Blue value is 37 (14.84% from 255 or 31.90% from 116); Max value from RGB is 56 - color contains mainly: green. Hex color #173825 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #173825 is #E8C7DA. Grayscale: #2C2C2C. Windows color (decimal): -15255515 or 2439191. OLE color: 2439191.
HSL color Cylindrical-coordinate representation of color #173825: hue angle of 145.45º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #173825 is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 23 | 56 | 37 | - |
| CMYK | 0.59 | 0 | 0.34 | 0.78 |
| HSL | 145.45º | 0.42% | 0.15% | - |
| HSV(B) | 145.45º | 0.59% | 0.22% | - |
| XYZ | 2.1 | 3.14 | 2.25 | - |
| YUV | 43.97 | 124.07 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 56 | 37 | 0.59 | 0 | 0.34 | 0.78 | 145.45 | 0.42 | 0.15 |
| Hex | 17 | 38 | 25 | 3B | 0 | 22 | 4E | 91 | 2A | F |
| Octal | 27 | 70 | 45 | 73 | 0 | 42 | 116 | 221 | 52 | 17 |
| Binary | 10111 | 111000 | 100101 | 111011 | 0 | 100010 | 1001110 | 10010001 | 101010 | 1111 |
Color Harmonies of #173825
Complementary color
Monochromatic Colors of #173825
Black with #173825
Text Example
Text Example
White with #173825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #173825; }
p { color: rgb(23,56,37); }
H1.HeaderClassName
{
color: #173825;
}
.AnyTagClassName
{
color: #173825;
}
</style>
background-color css
<style>
a { background-color: #173825; }
a { background-color: rgb(23,56,37); }
div.DivClassName
{
background-color: #173825;
}
.BgClassName
{
background-color: #173825;
}
</style>
border-color css
<style>
span { border-color: #173825; }
span { border-color: rgb(23,56,37); }
td.TdClassName
{
border-color: #173825;
}
.TagClassName
{
border-color: #173825;
}
</style>