Shades of Deep Fir #183220
Tints of Deep Fir #183220
RGB
CMYK
RGB Variations
Color information
#183220 (or 0x183220) is known color: Deep Fir. HEX triplet: 18, 32 and 20. RGB value is (24,50,32). Sum of RGB (Red+Green+Blue) = 24+50+32=106 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.64% from 106); Green value is 50 (19.92% from 255 or 47.17% from 106); Blue value is 32 (12.89% from 255 or 30.19% from 106); Max value from RGB is 50 - color contains mainly: green. Hex color #183220 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183220 is #E7CDDF. Grayscale: #282828. Windows color (decimal): -15191520 or 2109976. OLE color: 2109976.
HSL color Cylindrical-coordinate representation of color #183220: hue angle of 138.46º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #183220 is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 24 | 50 | 32 | - |
| CMYK | 0.52 | 0 | 0.36 | 0.80 |
| HSL | 138.46º | 0.35% | 0.15% | - |
| HSV(B) | 138.46º | 0.52% | 0.2% | - |
| XYZ | 1.78 | 2.58 | 1.77 | - |
| YUV | 40.17 | 123.39 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 50 | 32 | 0.52 | 0 | 0.36 | 0.80 | 138.46 | 0.35 | 0.15 |
| Hex | 18 | 32 | 20 | 34 | 0 | 24 | 50 | 8A | 23 | F |
| Octal | 30 | 62 | 40 | 64 | 0 | 44 | 120 | 212 | 43 | 17 |
| Binary | 11000 | 110010 | 100000 | 110100 | 0 | 100100 | 1010000 | 10001010 | 100011 | 1111 |
Color Harmonies of #183220
Complementary color
Monochromatic Colors of #183220
Black with #183220
Text Example
Text Example
White with #183220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183220; }
p { color: rgb(24,50,32); }
H1.HeaderClassName
{
color: #183220;
}
.AnyTagClassName
{
color: #183220;
}
</style>
background-color css
<style>
a { background-color: #183220; }
a { background-color: rgb(24,50,32); }
div.DivClassName
{
background-color: #183220;
}
.BgClassName
{
background-color: #183220;
}
</style>
border-color css
<style>
span { border-color: #183220; }
span { border-color: rgb(24,50,32); }
td.TdClassName
{
border-color: #183220;
}
.TagClassName
{
border-color: #183220;
}
</style>