Shades of Wood Bark #2C2522
Tints of Wood Bark #2C2522
RGB
CMYK
RGB Variations
Color information
#2C2522 (or 0x2C2522) is known color: Wood Bark. HEX triplet: 2C, 25 and 22. RGB value is (44,37,34). Sum of RGB (Red+Green+Blue) = 44+37+34=115 (15% of max value = 765). Red value is 44 (17.58% from 255 or 38.26% from 115); Green value is 37 (14.84% from 255 or 32.17% from 115); Blue value is 34 (13.67% from 255 or 29.57% from 115); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2522 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2522 is #D3DADD. Grayscale: #262626. Windows color (decimal): -13884126 or 2237740. OLE color: 2237740.
HSL color Cylindrical-coordinate representation of color #2C2522: hue angle of 18º degrees, saturation: 0.13, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #2C2522 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 44 | 37 | 34 | - |
| CMYK | 0 | 0.16 | 0.23 | 0.83 |
| HSL | 18º | 0.13% | 0.15% | - |
| HSV(B) | 18º | 0.23% | 0.17% | - |
| XYZ | 1.99 | 1.97 | 1.79 | - |
| YUV | 38.75 | 125.32 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 37 | 34 | 0 | 0.16 | 0.23 | 0.83 | 18 | 0.13 | 0.15 |
| Hex | 2C | 25 | 22 | 0 | 10 | 17 | 53 | 12 | D | F |
| Octal | 54 | 45 | 42 | 0 | 20 | 27 | 123 | 22 | 15 | 17 |
| Binary | 101100 | 100101 | 100010 | 0 | 10000 | 10111 | 1010011 | 10010 | 1101 | 1111 |
Color Harmonies of #2C2522
Complementary color
Monochromatic Colors of #2C2522
Black with #2C2522
Text Example
Text Example
White with #2C2522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C2522; }
p { color: rgb(44,37,34); }
H1.HeaderClassName
{
color: #2C2522;
}
.AnyTagClassName
{
color: #2C2522;
}
</style>
background-color css
<style>
a { background-color: #2C2522; }
a { background-color: rgb(44,37,34); }
div.DivClassName
{
background-color: #2C2522;
}
.BgClassName
{
background-color: #2C2522;
}
</style>
border-color css
<style>
span { border-color: #2C2522; }
span { border-color: rgb(44,37,34); }
td.TdClassName
{
border-color: #2C2522;
}
.TagClassName
{
border-color: #2C2522;
}
</style>