Shades of Wood Bark #2E2621
Tints of Wood Bark #2E2621
RGB
CMYK
RGB Variations
Color information
#2E2621 (or 0x2E2621) is known color: Wood Bark. HEX triplet: 2E, 26 and 21. RGB value is (46,38,33). Sum of RGB (Red+Green+Blue) = 46+38+33=117 (15% of max value = 765). Red value is 46 (18.36% from 255 or 39.32% from 117); Green value is 38 (15.23% from 255 or 32.48% from 117); Blue value is 33 (13.28% from 255 or 28.21% from 117); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2621 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2621 is #D1D9DE. Grayscale: #272727. Windows color (decimal): -13752799 or 2172462. OLE color: 2172462.
HSL color Cylindrical-coordinate representation of color #2E2621: hue angle of 23.08º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2E2621 is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 38 | 33 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.82 |
| HSL | 23.08º | 0.16% | 0.15% | - |
| HSV(B) | 23.08º | 0.28% | 0.18% | - |
| XYZ | 2.09 | 2.08 | 1.73 | - |
| YUV | 39.82 | 124.15 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 38 | 33 | 0 | 0.17 | 0.28 | 0.82 | 23.08 | 0.16 | 0.15 |
| Hex | 2E | 26 | 21 | 0 | 11 | 1C | 52 | 17 | 10 | F |
| Octal | 56 | 46 | 41 | 0 | 21 | 34 | 122 | 27 | 20 | 17 |
| Binary | 101110 | 100110 | 100001 | 0 | 10001 | 11100 | 1010010 | 10111 | 10000 | 1111 |
Color Harmonies of #2E2621
Complementary color
Monochromatic Colors of #2E2621
Black with #2E2621
Text Example
Text Example
White with #2E2621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2621; }
p { color: rgb(46,38,33); }
H1.HeaderClassName
{
color: #2E2621;
}
.AnyTagClassName
{
color: #2E2621;
}
</style>
background-color css
<style>
a { background-color: #2E2621; }
a { background-color: rgb(46,38,33); }
div.DivClassName
{
background-color: #2E2621;
}
.BgClassName
{
background-color: #2E2621;
}
</style>
border-color css
<style>
span { border-color: #2E2621; }
span { border-color: rgb(46,38,33); }
td.TdClassName
{
border-color: #2E2621;
}
.TagClassName
{
border-color: #2E2621;
}
</style>