Color Values
HEX
#954535
RGB
rgb(149, 69, 53)
HSL
hsl(10, 48%, 40%)
CMYK
0%, 54%, 64%, 42%
HSV
10°, 64°, 58°
XYZ
15.17, 10.90, 4.67
Color Variations
Shades
#863e2f
#77372a
#683025
#59291f
Tints
#9f5749
#aa6a5d
#b47c71
#bf8f85
Triadic Colors
#954535
#359545
#453595
Analogous Colors
#954535
#957535
#953555
Monochromatic Colors
#5d2b21
#6f3428
#823c2e
#954535
Complementary Color
#954535
#358595
CSS Examples
Mahogany Wood Texture
background: linear-gradient(
45deg,
#954535 25%,
#863e2f 25% 50%,
#954535 50% 75%,
#863e2f 75%
);
background-size: 20px 20px;
filter: saturate(1.2) contrast(1.1);
Rustic Card Effect
.rustic-card {
background: #954535;
border-radius: 12px;
box-shadow:
0 4px 15px rgba(149, 69, 53, 0.3),
inset 0 2px 0 rgba(255, 255, 255, 0.1);
border: 1px solid #863e2f;
background-image:
repeating-linear-gradient(
-45deg,
transparent,
transparent 2px,
rgba(0,0,0,0.1) 2px,
rgba(0,0,0,0.1) 4px
);
}
Autumn Button
.autumn-btn {
background: linear-gradient(135deg, #954535, #77372a);
color: #f4ecea;
border: none;
padding: 10px 20px;
border-radius: 5px;
box-shadow:
0 3px 6px rgba(149, 69, 53, 0.4),
inset 0 -3px 0 rgba(0, 0, 0, 0.2);
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
Chestnut Pattern
.chestnut-pattern {
background-color: #954535;
background-image:
radial-gradient(circle at 0% 50%, #863e2f 6px, transparent 6px),
radial-gradient(circle at 100% 50%, #77372a 6px, transparent 6px);
background-size: 40px 20px;
opacity: 0.9;
}
Vintage Border
.vintage-border {
border: 8px solid #954535;
border-image:
linear-gradient(
45deg,
#954535,
#77372a,
#954535,
#77372a
) 1;
box-shadow: inset 0 0 10px rgba(149, 69, 53, 0.3);
}
Rich Text Style
.rich-text {
color: #954535;
font-weight: 600;
letter-spacing: 0.5px;
text-shadow:
1px 1px 0 rgba(149, 69, 53, 0.2),
2px 2px 3px rgba(0, 0, 0, 0.1);
background: linear-gradient(45deg, #954535, #aa6a5d);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
Autumn Leaves Animation
@keyframes leafFall {
0% { transform: rotate(0deg) translateY(0); }
50% { transform: rotate(180deg) translateY(20px); }
100% { transform: rotate(360deg) translateY(0); }
}
.autumn-leaf {
background: linear-gradient(135deg, #954535, #77372a);
clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
animation: leafFall 4s ease-in-out infinite;
}
About Chestnut
Chestnut is a rich, warm brown with a hint of red, evoking the earthy tones of autumn leaves and rustic wood. This color, reminiscent of the chestnut tree's nut, brings a sense of coziness and natural beauty to any setting.
What Is Chestnut?
Chestnut is a luxurious, dark brown shade with subtle red undertones, reminiscent of the rich hues found in mahogany wood and the glossy shells of chestnuts. This color often appears in nature, from the bark of ancient trees to the fur of certain animals, exuding a sense of depth and warmth.
Meaning and Symbolism
Chestnut is commonly associated with these qualities:
- Warm
- Earthy
- Luxurious
- Timeless
- Reliable
Cultural Significance
In various cultures, Chestnut symbolizes stability and resilience. Historically, it has been used in traditional crafts and furniture, signifying durability and a connection to nature.
Color Combinations
Chestnut pairs beautifully with:
- Sage Green - Creates a natural and balanced look
- Mustard Yellow - Adds warmth and energy
- Burnt Orange - Perfect for autumnal themes