Shades of Wood Bark #2E2520
Tints of Wood Bark #2E2520
RGB
CMYK
RGB Variations
Color information
#2E2520 (or 0x2E2520) is known color: Wood Bark. HEX triplet: 2E, 25 and 20. RGB value is (46,37,32). Sum of RGB (Red+Green+Blue) = 46+37+32=115 (15% of max value = 765). Red value is 46 (18.36% from 255 or 40% from 115); Green value is 37 (14.84% from 255 or 32.17% from 115); Blue value is 32 (12.89% from 255 or 27.83% from 115); Max value from RGB is 46 - color contains mainly: red. Hex color #2E2520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2520 is #D1DADF. Grayscale: #272727. Windows color (decimal): -13753056 or 2106670. OLE color: 2106670.
HSL color Cylindrical-coordinate representation of color #2E2520: hue angle of 21.43º degrees, saturation: 0.18, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2E2520 is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 37 | 32 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.82 |
| HSL | 21.43º | 0.18% | 0.15% | - |
| HSV(B) | 21.43º | 0.3% | 0.18% | - |
| XYZ | 2.05 | 2.01 | 1.65 | - |
| YUV | 39.12 | 123.98 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 37 | 32 | 0 | 0.20 | 0.30 | 0.82 | 21.43 | 0.18 | 0.15 |
| Hex | 2E | 25 | 20 | 0 | 14 | 1E | 52 | 15 | 12 | F |
| Octal | 56 | 45 | 40 | 0 | 24 | 36 | 122 | 25 | 22 | 17 |
| Binary | 101110 | 100101 | 100000 | 0 | 10100 | 11110 | 1010010 | 10101 | 10010 | 1111 |
Color Harmonies of #2E2520
Complementary color
Monochromatic Colors of #2E2520
Black with #2E2520
Text Example
Text Example
White with #2E2520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2520; }
p { color: rgb(46,37,32); }
H1.HeaderClassName
{
color: #2E2520;
}
.AnyTagClassName
{
color: #2E2520;
}
</style>
background-color css
<style>
a { background-color: #2E2520; }
a { background-color: rgb(46,37,32); }
div.DivClassName
{
background-color: #2E2520;
}
.BgClassName
{
background-color: #2E2520;
}
</style>
border-color css
<style>
span { border-color: #2E2520; }
span { border-color: rgb(46,37,32); }
td.TdClassName
{
border-color: #2E2520;
}
.TagClassName
{
border-color: #2E2520;
}
</style>