
Brown Colored Mulch (2 Cubic Foot Bag)
Our colored mulches are very popular. We use a base product of all natural tree grindings and ground white wood. We use a high quality, premium long lasting colorant that is non toxic and environmentally safe. Our Brown Colored Mulch comes in a 2 cubic foot size bag. Recommended depth is 2 - 3 inches. Mulch Calculator Mulch Calculator Enter the dimensions of the area you want to mulch: Length (feet): Width (feet): Depth (inches): Calculate function calculateMulch() { let length = parseFloat(document.getElementById("length").value); let width = parseFloat(document.getElementById("width").value); let depth = parseFloat(document.getElementById("depth").value); if (isNaN(length) || isNaN(width) || isNaN(depth) || length