Shades of Deep Fir #16361C
Tints of Deep Fir #16361C
RGB
CMYK
RGB Variations
Color information
#16361C (or 0x16361C) is known color: Deep Fir. HEX triplet: 16, 36 and 1C. RGB value is (22,54,28). Sum of RGB (Red+Green+Blue) = 22+54+28=104 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.15% from 104); Green value is 54 (21.48% from 255 or 51.92% from 104); Blue value is 28 (11.33% from 255 or 26.92% from 104); Max value from RGB is 54 - color contains mainly: green. Hex color #16361C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16361C is #E9C9E3. Grayscale: #292929. Windows color (decimal): -15321572 or 1848854. OLE color: 1848854.
HSL color Cylindrical-coordinate representation of color #16361C: hue angle of 131.25º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #16361C is Cyan = 0.59, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 22 | 54 | 28 | - |
| CMYK | 0.59 | 0 | 0.48 | 0.79 |
| HSL | 131.25º | 0.42% | 0.15% | - |
| HSV(B) | 131.25º | 0.59% | 0.21% | - |
| XYZ | 1.86 | 2.89 | 1.56 | - |
| YUV | 41.47 | 120.4 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 54 | 28 | 0.59 | 0 | 0.48 | 0.79 | 131.25 | 0.42 | 0.15 |
| Hex | 16 | 36 | 1C | 3B | 0 | 30 | 4F | 83 | 2A | F |
| Octal | 26 | 66 | 34 | 73 | 0 | 60 | 117 | 203 | 52 | 17 |
| Binary | 10110 | 110110 | 11100 | 111011 | 0 | 110000 | 1001111 | 10000011 | 101010 | 1111 |
Color Harmonies of #16361C
Complementary color
Monochromatic Colors of #16361C
Black with #16361C
Text Example
Text Example
White with #16361C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16361C; }
p { color: rgb(22,54,28); }
H1.HeaderClassName
{
color: #16361C;
}
.AnyTagClassName
{
color: #16361C;
}
</style>
background-color css
<style>
a { background-color: #16361C; }
a { background-color: rgb(22,54,28); }
div.DivClassName
{
background-color: #16361C;
}
.BgClassName
{
background-color: #16361C;
}
</style>
border-color css
<style>
span { border-color: #16361C; }
span { border-color: rgb(22,54,28); }
td.TdClassName
{
border-color: #16361C;
}
.TagClassName
{
border-color: #16361C;
}
</style>