Shades of Wood Bark #2C2521
Tints of Wood Bark #2C2521
RGB
CMYK
RGB Variations
Color information
#2C2521 (or 0x2C2521) is known color: Wood Bark. HEX triplet: 2C, 25 and 21. RGB value is (44,37,33). Sum of RGB (Red+Green+Blue) = 44+37+33=114 (15% of max value = 765). Red value is 44 (17.58% from 255 or 38.60% from 114); Green value is 37 (14.84% from 255 or 32.46% from 114); Blue value is 33 (13.28% from 255 or 28.95% from 114); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2521 is #D3DADE. Grayscale: #262626. Windows color (decimal): -13884127 or 2172204. OLE color: 2172204.
HSL color Cylindrical-coordinate representation of color #2C2521: hue angle of 21.82º degrees, saturation: 0.14, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #2C2521 is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 37 | 33 | - |
| CMYK | 0 | 0.16 | 0.25 | 0.83 |
| HSL | 21.82º | 0.14% | 0.15% | - |
| HSV(B) | 21.82º | 0.25% | 0.17% | - |
| XYZ | 1.97 | 1.97 | 1.71 | - |
| YUV | 38.64 | 124.82 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 37 | 33 | 0 | 0.16 | 0.25 | 0.83 | 21.82 | 0.14 | 0.15 |
| Hex | 2C | 25 | 21 | 0 | 10 | 19 | 53 | 16 | E | F |
| Octal | 54 | 45 | 41 | 0 | 20 | 31 | 123 | 26 | 16 | 17 |
| Binary | 101100 | 100101 | 100001 | 0 | 10000 | 11001 | 1010011 | 10110 | 1110 | 1111 |
Color Harmonies of #2C2521
Complementary color
Monochromatic Colors of #2C2521
Black with #2C2521
Text Example
Text Example
White with #2C2521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2521; }
p { color: rgb(44,37,33); }
H1.HeaderClassName
{
color: #2C2521;
}
.AnyTagClassName
{
color: #2C2521;
}
</style>
background-color css
<style>
a { background-color: #2C2521; }
a { background-color: rgb(44,37,33); }
div.DivClassName
{
background-color: #2C2521;
}
.BgClassName
{
background-color: #2C2521;
}
</style>
border-color css
<style>
span { border-color: #2C2521; }
span { border-color: rgb(44,37,33); }
td.TdClassName
{
border-color: #2C2521;
}
.TagClassName
{
border-color: #2C2521;
}
</style>