Shades of Wood Bark #2C1D16
Tints of Wood Bark #2C1D16
RGB
CMYK
RGB Variations
Color information
#2C1D16 (or 0x2C1D16) is known color: Wood Bark. HEX triplet: 2C, 1D and 16. RGB value is (44,29,22). Sum of RGB (Red+Green+Blue) = 44+29+22=95 (12% of max value = 765). Red value is 44 (17.58% from 255 or 46.32% from 95); Green value is 29 (11.72% from 255 or 30.53% from 95); Blue value is 22 (8.98% from 255 or 23.16% from 95); Max value from RGB is 44 - color contains mainly: red. Hex color #2C1D16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C1D16 is #D3E2E9. Grayscale: #202020. Windows color (decimal): -13886186 or 1449260. OLE color: 1449260.
HSL color Cylindrical-coordinate representation of color #2C1D16: hue angle of 19.09º degrees, saturation: 0.33, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2C1D16 is Cyan = 0, Magento = 0.34, Yellow = 0.5 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 29 | 22 | - |
| CMYK | 0 | 0.34 | 0.5 | 0.83 |
| HSL | 19.09º | 0.33% | 0.13% | - |
| HSV(B) | 19.09º | 0.5% | 0.17% | - |
| XYZ | 1.62 | 1.47 | 0.96 | - |
| YUV | 32.69 | 121.97 | 136.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 29 | 22 | 0 | 0.34 | 0.5 | 0.83 | 19.09 | 0.33 | 0.13 |
| Hex | 2C | 1D | 16 | 0 | 22 | 32 | 53 | 13 | 21 | D |
| Octal | 54 | 35 | 26 | 0 | 42 | 62 | 123 | 23 | 41 | 15 |
| Binary | 101100 | 11101 | 10110 | 0 | 100010 | 110010 | 1010011 | 10011 | 100001 | 1101 |
Color Harmonies of #2C1D16
Complementary color
Monochromatic Colors of #2C1D16
Black with #2C1D16
Text Example
Text Example
White with #2C1D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C1D16; }
p { color: rgb(44,29,22); }
H1.HeaderClassName
{
color: #2C1D16;
}
.AnyTagClassName
{
color: #2C1D16;
}
</style>
background-color css
<style>
a { background-color: #2C1D16; }
a { background-color: rgb(44,29,22); }
div.DivClassName
{
background-color: #2C1D16;
}
.BgClassName
{
background-color: #2C1D16;
}
</style>
border-color css
<style>
span { border-color: #2C1D16; }
span { border-color: rgb(44,29,22); }
td.TdClassName
{
border-color: #2C1D16;
}
.TagClassName
{
border-color: #2C1D16;
}
</style>