Walnut Travertine Tumbled Versailles Pattern Tile
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300&family=DM+Sans:wght@300;400;500&display=swap'); :root{--brand:#480d0d;--brand-d ark:#321004;--cream:#EAE8E3;--cream-light:#F5F3EF;--text:#321004;--text-muted:rgba(50,16,4,0.55);--text-light:rgba(50,16,4,0.35);--serif:'Cormorant Garamond',Georgia,serif;--sans:'DM Sans',system-ui,sans-serif;--ease:cubic-bezier(0.4,0,0.2,1)} *{box-sizing:border-box;margin:0;padding:0} body{font-family:var(--sans);color:var(--text);background:#fff} .tmd-fullbleed{width:100%;max-width:100%;margin:0;overflow-x:hidden} .tmd-trust-bar{margin-top:0!important} .tmd-trust-bar:first-child{margin-top:0!important} .tmd-trust-bar{background:var(--brand);padding:16px 40px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px} .tmd-trust-item{display:flex;align-items:center;gap:9px;color:rgba(255,255,255,0.88);font-family:var(--sans);font-size:11px;font-weight:500;letter-spacing:0.07em;text-transform:uppercase} .tmd-trust-item svg{width:18px;height:18px;opacity:0.7;flex-shrink:0} @media(max-width:768px){.tmd-trust-bar{padding:14px 20px;justify-content:center;gap:16px 24px}.tmd-trust-item{font-size:10px}} .tmd-tabs-wrap{border-top:1px solid var(--cream);border-bottom:1px solid var(--cream);background:#fff} .tmd-tab-nav{display:flex;justify-content:space-between;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;border-bottom:1px solid var(--cream);padding:0 40px} .tmd-tab-nav::-webkit-scrollbar{display:none} .tmd-tab-btn{font-family:var(--sans);font-size:11px;font-weight:500;letter-spacing:0.09em;text-transform:uppercase;color:var(--text-muted);background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;padding:16px 20px;cursor:pointer;white-space:nowrap;transition:color .2s var(--ease),border-color .2s var(--ease)} .tmd-tab-btn:hover{color:var(--brand)} .tmd-tab-nav .tmd-tab-btn:first-child{padding-left:0} .tmd-tab-nav .tmd-tab-btn:last-child{padding-right:0} .tmd-tab-btn.active{color:var(--brand);border-bottom-color:var(--brand)} .tmd-tab-panel{display:none;padding:24px 40px 36px;max-width:100%;animation:tabfade .22s var(--ease)} .tmd-tab-panel.active{display:block} @keyframes tabfade{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}} .tmd-tab-panel p{font-size:14px;color:var(--text-muted);line-height:1.9;margin-bottom:14px;max-width:1100px} .tmd-tab-panel p strong{color:var(--text);font-weight:500} .tmd-spec-table{width:100%;max-width:560px;border-collapse:collapse} .tmd-spec-table tr{border-bottom:1px solid var(--cream)} .tmd-spec-table tr:last-child{border-bottom:none} .tmd-spec-table td{padding:12px 0;font-size:13px;vertical-align:top} .tmd-spec-table td:first-child{color:var(--text-muted);font-weight:500;width:160px;letter-spacing:.02em;padding-right:20px} .tmd-spec-table td:last-child{color:var(--text)} .tmd-app-checks{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:4px} .tmd-app-check{padding:13px 15px;background:var(--cream-light);font-size:12px;border-left:2px solid var(--brand)} .tmd-app-check strong{display:block;color:var(--text);font-weight:500;margin-bottom:3px} .tmd-app-check span{color:var(--text-muted)} .tmd-app-no{border-left-color:var(--cream);background:#fff;border:1px solid var(--cream)} .tmd-app-no strong{color:var(--text-light)} .tmd-info-note{background:var(--cream-light);border-left:3px solid var(--brand);padding:14px 18px;font-size:13px;color:var(--text-muted);line-height:1.8;margin-top:14px} .tmd-info-note strong{color:var(--text);font-weight:500} @media(max-width:768px){.tmd-tab-nav{padding:0 16px}.tmd-tab-btn{padding:13px 14px;font-size:10px}.tmd-tab-panel{padding:24px 16px}.tmd-app-checks{grid-template-columns:1fr 1fr}.tmd-spec-table td:first-child{width:120px}} .tmd-why-section{padding:64px 40px;background:#fff;border-top:1px solid var(--cream);text-align:center} .tmd-why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:64px;max-width:1100px;margin:0 auto;margin-top:36px} .tmd-why-item{display:flex;flex-direction:column;align-items:center;gap:12px} .tmd-why-icon{width:52px;height:52px;border-radius:50%;border:1px solid var(--cream);display:flex;align-items:center;justify-content:center;transition:border-color .2s var(--ease),background .2s var(--ease)} .tmd-why-item:hover .tmd-why-icon{background:var(--cream-light);border-color:var(--brand)} .tmd-why-icon svg{width:22px;height:22px;color:var(--brand);stroke:var(--brand)} .tmd-why-item h4{font-family:var(--sans);font-size:12px;font-weight:500;color:var(--text);margin:0} .tmd-why-item p{font-size:11px;color:var(--text-muted);line-height:1.65;text-align:center} @media(max-width:900px){.tmd-why-grid{grid-template-columns:1fr 1fr;gap:40px}} @media(max-width:600px){.tmd-why-section{padding:36px 16px}.tmd-why-grid{grid-template-columns:1fr 1fr;gap:20px}} .tmd-seo-section{background:#fff;padding:0 40px;border-bottom:1px solid var(--cream)} .tmd-seo-toggle{display:flex;align-items:center;justify-content:space-between;padding:22px 0;cursor:pointer;border-bottom:1px solid transparent;transition:border-color .2s var(--ease)} .tmd-seo-toggle.open{border-bottom-color:var(--cream)} .tmd-seo-toggle h3{font-family:var(--sans);font-size:22px;font-weight:400;letter-spacing:.08em;text-transform:uppercase;color:var(--text)} .tmd-seo-toggle-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:transform .3s var(--ease);flex-shrink:0} .tmd-seo-toggle.open .tmd-seo-toggle-icon{transform:rotate(180deg)} .tmd-seo-body{display:none;padding:28px 0 40px;grid-template-columns:1fr 1fr;gap:36px} .tmd-seo-body.open{display:grid} .tmd-seo-col h4{font-family:var(--sans);font-size:10px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--brand);margin-bottom:14px;padding-bottom:8px;border-bottom:1px solid var(--cream)} .tmd-seo-col p{font-size:13px;color:var(--text-muted);line-height:1.9;margin-bottom:12px} .tmd-seo-col p strong{color:var(--text);font-weight:500} .tmd-seo-col a{color:var(--brand);text-decoration:underline} @media(max-width:768px){.tmd-seo-section{padding:0 16px}.tmd-seo-body.open{grid-template-columns:1fr;gap:24px}} About Walnut Travertine Tumbled Versailles Pattern Tile Material Education Walnut Travertine is a warm-toned natural stone prized for its rich earthy palette of deep walnut browns, russet ambers, and creamy taupes, all threaded with organic veining and the characteristic pitted texture of travertine. Quarried from ancient limestone formations, this stone carries the sedimentary layering and fossilized character that give travertine its unmistakable old-world depth. The tumbled finish softens all edges and surfaces, amplifying the stone's naturally aged, weathered appearance. As a genuine natural stone, each tile of Walnut Travertine will vary in tone, veining, and pitting — this inherent variation is the hallmark of authentic travertine and ensures no two floors or installations are ever exactly alike. About this tile: The Versailles pattern tiles are cut in four coordinating sizes — typically 4×4, 4×8, 8×8, and 8×16 inches — designed to interlock in the classic French Versailles layout, creating a flowing, non-repetitive mosaic of rectangles and squares. This multi-piece format is sold as a set and installs efficiently when tiles are pre-sorted by size before laying. Design & Inspiration The walnut and amber tones of this travertine pair beautifully with oil-rubbed bronze or aged brass fixtures, dark walnut cabinetry, wrought iron accents, and terracotta elements, making it an ideal choice for Mediterranean, Tuscan, Spanish Colonial, and rustic transitional interiors. Its warm neutral palette also integrates seamlessly into contemporary earthy spaces styled with linen textiles, rattan, and natural wood tones. The Versailles pattern is particularly striking in large open-floor applications such as grand foyers, great rooms, patios, and courtyards, where its interlocking geometric rhythm draws the eye and adds visual complexity without overwhelming the space. The tumbled finish further grounds the design with an antique, hand-laid quality that feels both luxurious and time-worn. Popular design combinations: Walnut Travertine Versailles floors paired with cream-painted shiplap walls, aged brass lantern pendants, and hand-knotted jute rugs for a refined Tuscan farmhouse aesthetic. Explore the full Travertine collection for coordinating sizes, and browse more natural stone tile for complementary looks. Ships in 2–3 Days Free Sample Shipping Nationwide Delivery Premium Natural Stone Secure Packaging Description Specifications Applications Shipping & Returns Installation & Care Walnut Travertine is a richly toned natural limestone formed over millennia in mineral-rich springs, displaying warm layers of walnut brown, russet, and cream that give every floor an organic, storied character. Sourced from premium travertine deposits, this stone's signature pitting and flowing veins tell the geological history of the earth itself. Cut and assembled in the classic four-size Versailles (French pattern) layout and finished with a tumbled process that rounds all edges and softens surfaces, these tiles create an unmistakably antique, old-world aesthetic. The varied tile sizes break up grout lines in an irregular, non-repeating rhythm that makes large expanses feel dynamic and handcrafted rather than monotonous. Walnut Travertine Versailles tiles are ideal for high-impact interior floors, covered patios, pool surrounds, and outdoor entertaining areas in mild climates — we recommend filling the natural voids with grout or epoxy filler prior to sealing for easier maintenance. Because natural travertine varies significantly in tone and character, ordering a sample before committing to a full project is strongly advised, and purchasing 10–15% overage ensures consistent dye lot matching. Material Natural Travertine Color Walnut Brown, Russet Amber, Cream, Taupe Type Field Tile — Versailles Pattern Set Pattern Versailles (French Pattern) Tile Size 4×4, 4×8, 8×8, 8×16 inches (four-piece set) Finish Tumbled Sold By Per Sq. Ft. Application Floor & Wall (Indoor); Covered Outdoor Shade Variation V3 — Moderate Variation Design Mediterranean, Tuscan, Rustic, Transitional Country of Origin Europe ✓ Interior FloorsTimeless pattern anchors living and dining rooms ✓ Entryway & FoyerGrand Versailles layout makes a dramatic first impression ✓ Covered Patio & LoggiaTumbled finish provides natural slip resistance outdoors ✓ Pool SurroundEarthy tones complement water and landscape beautifully — Unsealed Wet AreasMust be sealed before use; re-seal annually in wet zones — High-Gloss Modern InteriorsTumbled finish suits rustic/warm aesthetics, not sleek minimalist Free Shipping: This product ships at standard freight rates calculated at checkout based on your location and order size. Processing & Delivery: Orders are processed within 2–3 business days. Large orders ship via LTL freight — curbside delivery only. An adult must be present to sign for delivery. Estimated transit: 2–10 business days after shipment. 30-Day Returns: Uninstalled tile may be returned within 30 days of delivery. Inspect all tile carefully before installation — installed tile cannot be returned or exchanged. Samples are final sale. Exclusions: Free shipping does not apply to Hawaii, Alaska, U.S. territories, or international addresses. Additional charges may apply for remote delivery areas. Sealing: Walnut Travertine must be sealed before installation and use. Apply a penetrating stone sealer to all surfaces and edges, including the filled voids, before grouting. In wet areas such as bathrooms or outdoor applications, re-seal every 12 months to prevent moisture penetration and staining. The porous, tumbled surface is more absorbent than polished stone and requires diligent sealing maintenance. Cleaning: Clean with a pH-neutral stone cleaner diluted in warm water and a soft mop or cloth. Avoid all acidic cleaners including vinegar, lemon-based products, and grout haze removers, as acid will etch and discolor travertine. Blot spills — especially red wine, citrus, and oils — immediately to prevent staining. Never use steam mops, abrasive scrubbers, or bleach-based products on travertine surfaces. Installation: Pre-sort tiles by size before beginning installation to ensure the Versailles pattern flows correctly across the field. Use an off-white or beige polymer-modified thinset mortar — avoid bright white thinset, which may read through the natural voids. Back-butter each tile individually for full coverage and to minimize lippage on the varied thicknesses inherent to tumbled stone. Fill natural travertine voids with grout or epoxy filler during grouting; an unsanded or minimally sanded grout in a complementary earth tone is recommended. Allow full cure time before sealing. Important: Inspect all tile before installation. Variations in color, veining, and texture between pieces are natural characteristics of genuine stone — not defects. Order 10% overage for cuts, waste, and future repairs. Tile & Mosaic Depot specialists are available M–F 8:30AM–5PM PST at 855-797-8453. Why Tile & Mosaic Depot The natural stone specialists Quarry-Direct Pricing We buy direct from the source and skip the middleman, so you get showroom-quality stone for less. Huge Stone Selection Marble, travertine, limestone, porcelain and more — thousands of tiles, mosaics, and slabs in one place. Expert Stone Support Talk to real natural-stone specialists, M–F 8:30AM–5PM PST, at 855-797-8453 or via live chat. Easy 30-Day Returns Uninstalled tile can be returned within 30 days. Order with full confidence. function tmdTab(btn,panelId){document.querySelectorAll('.tmd-tab-btn').forEach(function(b){b.classList.remove('active')});document.querySelectorAll('.tmd-tab-panel').forEach(function(p){p.classList.remove('active')});btn.classList.add('active');document.getElementById('tmd-'+panelId).classList.add('active')} function tmdToggleSEO(){var t=document.getElementById('tmd-seo-toggle'),b=document.getElementById('tmd-seo-body'),o=b.classList.contains('open');b.classList.toggle('open');t.classList.toggle('open');t.setAttribute('aria-expanded',String(!o));b.setAttribute('aria-hidden',String(o))}
More you might like
Related
Walnut Tumbled 8 Inch Versailles Travertine Paver
Related
Walnut Travertine Tumbled Versailles Pattern Tile
Related
Tuscany Walnut Travertine Versailles Pattern - Tumbled
Related