ADD ANYTHING HERE OR JUST REMOVE IT…
Insideast
Login / Register
Sign inCreate an Account

Lost your password?

Search
Wishlist
0 items €0.00
Menu
Insideast
0 items €0.00
  • Home
  • Shop All
  • Lighting
  • Sinks
  • Faucets
  • Hardware
  • Showers
  • Blog
  • Contact
Click to enlarge
Home Knobs Unlacquered Brass Cup Pull Handles, Handmade Cabinet Knobs (Pack of 3)
Unlacquered Brass Bathroom Sink Drain Stopper With Overflow
Unlacquered Brass Bathroom Sink Drain Stopper With Overflow €68.49 – €190.47Price range: €68.49 through €190.47
Back to products
Blue Patina Dome Pendant Light, Vintage Kitchen Island Ceiling Fixture
Blue Patina Dome Pendant Light, Vintage Kitchen Island Ceiling Fixture €224.18 – €932.20Price range: €224.18 through €932.20

Unlacquered Brass Cup Pull Handles, Handmade Cabinet Knobs (Pack of 3)

€50.66 – €141.30Price range: €50.66 through €141.30

Pack of 3
Pack of 6
Pack of 9
Clear
Add to wishlist
SKU: N/A Category: Knobs
Share:
  • Description
  • Additional information
  • Reviews (0)
  • Shipping & Delivery
Description

:root {
–font-display: “Instrument Sans”, Helvetica, Arial, sans-serif;
–font-body: Helvetica, Arial, sans-serif;
–brass: #C8922A;
–brass-light: #F5E6C8;
–brass-dark: #9A6E1C;
–stone: #F7F4EF;
–stone-dark: #EDE8E0;
–text-primary: #1C1A17;
–text-muted: #6B6560;
–text-light: #9A948D;
–border-light: rgba(0,0,0,0.08);
–white: #FFFFFF;
–space-xs: 8px;
–space-sm: 16px;
–space-md: 24px;
–space-lg: 40px;
–space-xl: 64px;
–max-width: 900px;
–radius-sm: 4px;
–radius-md: 8px;
–radius-pill: 100px;
}

.ie-page { max-width: var(–max-width); margin: 0 auto; padding: 0 var(–space-sm); }
.ie-section { padding: var(–space-xl) 0; border-bottom: 1px solid var(–border-light); }
.ie-section:last-child { border-bottom: none; }

.ie-eyebrow {
font-family: var(–font-body);
font-size: 11px;
font-weight: 600;
letter-spacing: 0.10em;
text-transform: uppercase;
color: var(–brass);
}
.ie-h2 {
font-family: var(–font-display);
font-size: clamp(24px, 4vw, 36px);
font-weight: 700;
line-height: 1.2;
color: var(–text-primary);
margin: 0 0 var(–space-sm);
}
.ie-h3 {
font-family: var(–font-display);
font-size: clamp(18px, 2.5vw, 22px);
font-weight: 600;
color: var(–text-primary);
margin: 0 0 var(–space-xs);
}
.ie-body { font-family: var(–font-body); font-size: 15px; line-height: 1.75; color: var(–text-muted); }

@keyframes ie-fade-up { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
.ie-section { animation: ie-fade-up 0.6s ease both; }

.ie-hero-split { display: grid; grid-template-columns: 1fr 1fr; gap: var(–space-lg); align-items: center; }
.ie-hero-split img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(–radius-md); display: block; }
@media (max-width: 768px) { .ie-hero-split { grid-template-columns: 1fr; } }

.ie-hero-img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(–radius-md); display: block; }
.ie-badges { display: flex; flex-wrap: wrap; gap: var(–space-sm); justify-content: center; margin: var(–space-md) 0; }
.ie-badge {
font-family: var(–font-body);
font-size: 12px;
font-weight: 500;
color: var(–text-muted);
padding: 6px 14px;
border: 1px solid var(–border-light);
border-radius: var(–radius-pill);
background: var(–white);
}

.ie-btn {
display: inline-block;
background: var(–brass);
color: var(–white);
font-family: var(–font-body);
font-size: 15px;
font-weight: 600;
padding: 14px 32px;
border-radius: var(–radius-md);
text-decoration: none;
border: none;
transition: background-color 0.18s ease, transform 0.12s ease;
}
.ie-btn:hover { background-color: var(–brass-dark); transform: translateY(-1px); }
.ie-btn-full { width: 100%; text-align: center; display: block; box-sizing: border-box; }

.ie-split { display: grid; grid-template-columns: 5fr 7fr; gap: var(–space-lg); align-items: center; }
.ie-split img { width: 100%; border-radius: var(–radius-md); display: block; }
@media (max-width: 768px) { .ie-split { grid-template-columns: 1fr; } }

.ie-feature-list { list-style: none; margin: var(–space-sm) 0 0; padding: 0; }
.ie-feature-list li { padding: 6px 0; font-size: 14px; color: var(–text-primary); }
.ie-feature-list li::before { content: “✔”; color: var(–brass); font-weight: 700; margin-right: 8px; }

.ie-gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: var(–space-md); max-width: 680px; margin: var(–space-md) auto 0; }
.ie-gallery-grid img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: var(–radius-md); display: block; }
@media (max-width: 600px) { .ie-gallery-grid { grid-template-columns: 1fr 1fr; max-width: 420px; } }

.ie-specs-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(–space-lg); align-items: start; }
.ie-specs-grid img { width: 100%; border-radius: var(–radius-md); display: block; border: 1px solid var(–border-light); }
@media (max-width: 768px) { .ie-specs-grid { grid-template-columns: 1fr; } }

.ie-specs-table { width: 100%; border-collapse: collapse; }
.ie-specs-table tr { border-bottom: 1px solid var(–border-light); }
.ie-specs-table td { padding: 12px 0; font-size: 14px; }
.ie-specs-table td:first-child { width: 42%; color: var(–text-muted); font-weight: 500; padding-right: var(–space-sm); }

.ie-faq-item summary { cursor: pointer; list-style: none; padding: var(–space-sm) 0; font-size: 15px; font-weight: 500; display: flex; justify-content: space-between; align-items: center; }
.ie-faq-item summary::after { content: ‘+’; color: var(–brass); font-size: 20px; }
.ie-faq-item[open] summary::after { content: ‘2212’; }
.ie-faq-answer p { font-size: 14px; line-height: 1.75; color: var(–text-muted); padding-bottom: var(–space-sm); }

.ie-final-cta { background: var(–stone); text-align: center; border-radius: var(–radius-md); }

Solid Brass • Handmade, Pack of 3

The Cabinet Pulls That Only Get Better With Age

High quality solid brass cup pulls, not just coated with a thin layer, hand finished with a living unlacquered patina. Handcrafted to order • Free delivery

Handcrafted to Order
5-Year Warranty
Free Shipping
30-Day Returns

Add to Cart →

Unlacquered solid brass cup pull cabinet handles, pack of 3


Close up of solid brass cup pull cabinet handle

Solid Brass, Not Plated

This pull is made of high quality brass, not just coated with a thin layer, to ensure durability. The unlacquered finish will develop patina over time, adding a classic charm that effortlessly blends into any room, kitchen, bathroom, or bedroom. Each handle comes with the necessary elements for hassle-free installation, so upgrading your cabinets takes minimal effort.

  • 100% solid brass construction, not thin plating
  • Unlacquered living finish, develops natural patina
  • Sold as a pack of 3
  • Mounting hardware included

Unlacquered brass cup pull handles installed on cabinet drawers

Engineered to Last Generations

Material Solid Brass
Finish Unlacquered Brass (ages naturally)
Pack Size 3 Handles
Overall Width 3.50″
Screw Hole Spacing 2.66″
Overall Height 1.72″
Projection from Surface 0.79″
Base Thickness 0.62″
Included Hardware Mounting Hardware Included
Return Policy 30-Day Return

Technical specification drawing, unlacquered brass cup pull handle dimensions

View Technical Drawings →

Frequently Asked Questions

Is this worth the investment compared to cheaper alternatives?

Yes. Cheaper cup pulls are usually brass plated zinc that chips and corrodes within a few years. This is high quality solid brass, so the finish is the material itself, not a thin coating that can wear off.

How does the unlacquered brass patina develop?

Over weeks and months of normal handling, the surface will gradually darken and develop warm tones. It’s a natural process, not a flaw.

How many pulls come in the pack?

This listing is for a pack of 3 handles. Need more or less than 3? Contact us at contact@insideast.com.

What’s included in the package?

Each handle ships with its necessary mounting hardware for hassle-free installation.

What if I’m not satisfied?

You have 30 days to return it for a refund if it’s not right for you, as long as it’s unused and in its original packaging.

Ready to Upgrade Your Cabinets?

Join homeowners who chose solid brass that lasts.

Add to Cart →

Handcrafted to Order
5-Year Warranty
30-Day Returns

Additional information
Pack Options

Pack of 3, Pack of 6, Pack of 9

Reviews (0)

Reviews

There are no reviews yet.

Be the first to review “Unlacquered Brass Cup Pull Handles, Handmade Cabinet Knobs (Pack of 3)” Cancel reply

Your email address will not be published. Required fields are marked *

Your review is being submitted. Please wait a moment

Good quality.The product is firmly packed.Good service.Very well worth the money.Very fast delivery.

Shipping & Delivery

Related products

Compare

Pack of 3 Brass Kitchen Cup Handles, Handmade Cabinet Knobs, Unlacquered Brass Cup Pull Handles

Knobs
€129.00 – €359.00Price range: €129.00 through €359.00
Solid Brass Construction → Crafted from high-quality, non-coated brass to ensure exceptional strength and long-term durability. Natural Living Finish → Ages
Select options
Quick view
Compare

Pack of 4 x Brass Dresser Pulls | Drawer Cabinet Pulls | Brass Closet Handles

Knobs
€268.41 – €543.56Price range: €268.41 through €543.56
  Solid Cast Brass Construction → Expertly crafted from heavy, dense solid brass using traditional casting methods—not hollow pipes—ensuring exceptional
Select options
Quick view
Compare

Smooth Heavy-Duty Unlacquered Brass Round Cabinet Knobs

Knobs
€110.37 – €249.40Price range: €110.37 through €249.40
Authentic Hand-Poured Craftsmanship → Unlike mass-produced hardware, these knobs are hand-poured into molds. This artisanal process gives each piece a
Select options
Quick view
Compare

Solid Brass Round Knobs, Drawer Kitchen Knobs, Cabinet Knob

Knobs
€89.65 – €192.00Price range: €89.65 through €192.00
Solid Brass Construction → Crafted from high-quality, heavy brass for durability and long-lasting use. Unlacquered Brass Finish → Develops a natural,
Select options
Quick view
    Insideast Europe

    Moroccan handcrafted brass & copper for the modern European home. Each piece made by master artisans.

    ✉ hello@insideast.com
    🆕 Ships to all EU countries

    Based on WoodMart theme 2026 WooCommerce Themes.
    payments
    • Menu
    • Categories
    Set your categories menu in Header builder -> Mobile -> Mobile menu element -> Show/Hide -> Choose menu
    • Home
    • Shop All
    • Lighting
    • Sinks
    • Faucets
    • Hardware
    • Showers
    • Blog
    • Contact
    • Wishlist
    • Login / Register
    Shopping cart
    Close
    Start typing to see posts you are looking for.
    en_USEnglish
    en_USEnglish
    5
    Rated 5 out of 5
    0%
    4
    Rated 4 out of 5
    0%
    3
    Rated 3 out of 5
    0%
    2
    Rated 2 out of 5
    0%
    1
    Rated 1 out of 5
    0%
    With images (0) Verified (0)
    All stars (0)
    • All stars (0)
    • 5 stars(0)
    • 4 stars(0)
    • 3 stars(0)
    • 2 stars(0)
    • 1 star(0)
    Shop
    Wishlist
    0 items Cart
    My account