Shades of Wood Bark #2E1D16
Tints of Wood Bark #2E1D16
RGB
CMYK
RGB Variations
Color information
#2E1D16 (or 0x2E1D16) is known color: Wood Bark. HEX triplet: 2E, 1D and 16. RGB value is (46,29,22). Sum of RGB (Red+Green+Blue) = 46+29+22=97 (12% of max value = 765). Red value is 46 (18.36% from 255 or 47.42% from 97); Green value is 29 (11.72% from 255 or 29.90% from 97); Blue value is 22 (8.98% from 255 or 22.68% from 97); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1D16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E1D16 is #D1E2E9. Grayscale: #212121. Windows color (decimal): -13755114 or 1449262. OLE color: 1449262.
HSL color Cylindrical-coordinate representation of color #2E1D16: hue angle of 17.5º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2E1D16 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 29 | 22 | - |
| CMYK | 0 | 0.37 | 0.52 | 0.82 |
| HSL | 17.5º | 0.35% | 0.13% | - |
| HSV(B) | 17.5º | 0.52% | 0.18% | - |
| XYZ | 1.71 | 1.52 | 0.96 | - |
| YUV | 33.29 | 121.63 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 29 | 22 | 0 | 0.37 | 0.52 | 0.82 | 17.5 | 0.35 | 0.13 |
| Hex | 2E | 1D | 16 | 0 | 25 | 34 | 52 | 12 | 23 | D |
| Octal | 56 | 35 | 26 | 0 | 45 | 64 | 122 | 22 | 43 | 15 |
| Binary | 101110 | 11101 | 10110 | 0 | 100101 | 110100 | 1010010 | 10010 | 100011 | 1101 |
Color Harmonies of #2E1D16
Complementary color
Monochromatic Colors of #2E1D16
Black with #2E1D16
Text Example
Text Example
White with #2E1D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1D16; }
p { color: rgb(46,29,22); }
H1.HeaderClassName
{
color: #2E1D16;
}
.AnyTagClassName
{
color: #2E1D16;
}
</style>
background-color css
<style>
a { background-color: #2E1D16; }
a { background-color: rgb(46,29,22); }
div.DivClassName
{
background-color: #2E1D16;
}
.BgClassName
{
background-color: #2E1D16;
}
</style>
border-color css
<style>
span { border-color: #2E1D16; }
span { border-color: rgb(46,29,22); }
td.TdClassName
{
border-color: #2E1D16;
}
.TagClassName
{
border-color: #2E1D16;
}
</style>