#492e1b
Metallic Bronze
Closest match (93% match)
Color formats
RGB
rgb(73, 46, 27)
Red, Green, Blue components
HSL
hsl(25, 0, 0, 1)
Hue, Saturation, Lightness
CMYK
cmyk(0, 37, 63, 71)
Print color encoding
Luminance
0.034
Relative luminance
Variations
Shades (Darkening)
Tints (Lightening)
Tones (Reduced saturation)
Harmonies
Click the color slices to copy the code.
Complementary (Opposite)
#492e1b
#1b3649
Analogous (Adjacent)
#491b1f
#492e1b
#49451b
Triadic
#492e1b
#1b492e
#2e1b49
Split complementary
#492e1b
#1b4945
#1b1f49
Intelligent palettes
Four generated color sets for different use cases.
Modern UI and monochrome
ffffff
c3b6af
492e1b
503523
000000
Marketing and vibrant
492e1b
621e00
1b3649
004f48
FFFFFF
Harmonious and natural
491b27
491f1b
492e1b
493d1b
45491b
Pop Art and trendy
492e1b
355f2f
003963
300634
848b59
Complete conversion table
HEX
#492E1B
RGB
rgb(73,46,27)
RGBA
rgba(73,46,27, 1)
HSL
hsl(24.78,46%,19.61%)
OKLCH (Modern CSS)
oklch(0.33 0.05 55.2)
CSS Variable
--color: #492e1b;
CMYK
C: 0% M: 37% Y: 63% K: 71%
Note: Converting web (RGB) colors to print (CMYK) colors is never 100 percent accurate due to physical limitations. Always request a test print before production.
Android ARGB
0xFF492E1B
Swift UIColor
UIColor(red: 0.29, green: 0.18, blue: 0.11, alpha: 1.0)
Decimal (int)
4795931
JSON
{ "color": "#492E1B" }
CIE LAB
L: 21.8 a: 10.0 b: 17.2
CIE LCH
L: 21.8 C: 19.9 H: 59.8
CIE XYZ
N/A
Preview
Readability and Typography
Headline Test
This text demonstrates the reading experience on this background color.
Headline Test
This text demonstrates the reading experience on this background color.
UI Component Set
This is an example alert bar using the selected color.
Product Mockup
4582 •••• •••• 9018
CARDHOLDER
JOHN DOE
VALID
12/28
Mobile application
Customer support
Hi! How can we help you today?
I love this new color! 😍
Data visualization
Weekly growth
+1,240
12.5%1D
1W
1M
WED
2,450
Font recommendations
Professional font pairings that perfectly match the color. Click the CSS button to copy.
Modern
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'Inter'
400 Regular
'Inter'
Technological
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'JetBrains Mono'
400 Regular
-apple-system
Futuristic
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'Orbitron'
400 Regular
'Rajdhani'
Brutalist
We tell stories with colors
Aa
Choosing the right typeface is key to brand identity and user experience.
700 Bold
'Oswald'
400 Regular
'Arial Black'
Accessibility
Contrast and readability (WCAG)
On white background
12.43
Small text (14pt)
The quick brown fox jumps over...
AA
AAA
Large text or UI (18pt Bold)
AA
AAA
On black background
1.69
Small text (14pt)
The quick brown fox jumps over...
AA
AAA
Large text or UI (18pt Bold)
AA
AAA
Color blindness simulator
ORIG
SIM
Protanopia (red)
ORIG
SIM
Deuteranopia (green)
ORIG
SIM
Tritanopia (blue)
ORIG
SIM
Monochrome (color blind)
Color Psychology
Emotional, psychological, and cultural impact of the color with scientifically grounded analysis.
Dominant vibe
Passion
"A mature, deep red that suggests tradition and luxury. Less aggressive, it communicates refined richness and strength."
Color personality description
Emotional effects
Symbolic meanings
Recommended industries
Potential negative effects
Color laboratory
Fine tuning and blending. Adjust lightness, saturation, or mix with another color.
Base
#492E1B
Result
#492E1B
Lightness
Saturation
Hue
Temperature
Mix color
Mix color
#808080
Mix ratio
50%Base
#492E1B
0%+
Mix color
#808080
100%Result
#66554B
50% MixMixing guide
How to mix this color using physical paints or printing inks.
MIXING PALETTE
77%
13%
9%
RYB PIGMENTS
Ivory black
Pigment
77%
Cadmium red
Pigment
13%
Cadmium yellow
Pigment
9%
Unlike light, mixing paints makes colors darker. This simulation mimics the behavior of physical pigments.
INK LEVELS
71%
KEY
63%
P
37%
MAGENTA
CMYK INKS
Black (Key)
Ink
71%
Yellow
Ink
63%
Magenta
Ink
37%
Physical properties
Scientific data of the color: optics and energy.
Wavelength
615 nm
488 THz • 2.02 eV
750nm
380nm
Color temperature
Warm
~2000-4000K
Cool
Warm
Luminance (brightness)
3.4%
Sötét / Dark
0%
50%
100%
Intelligent Library Matching
Compare your color with industry standards and design systems. Results show similar or exact matches from multiple color libraries.
Tailwind CSS
Original
Standard
yellow-950
#422006
ΔE: 4.9
Google Material
Original
Standard
Brown 800
#4E342E
ΔE: 6.9
CSS Color Name
Original
Standard
SaddleBrown
#8B4513
ΔE: 16.6
Apple System (iOS)
Original
Standard
System Graphite
#48484A
ΔE: 17.0
Pantone (PMS)
Original
Standard
PMS 19-1218 potting-soil
#54392D
ΔE: 5.0
RAL Classic
Original
Standard
RAL 8014 Sepia brown
#4A3526
ΔE: 3.5
Copic Marker
Original
Standard
Cashew
#52382d
ΔE: 5.1
Code
CSS variable
1
2
3
4
5
:root {
--color-primary: #492e1b;
--rgb-primary: 73, 46, 27;
}SCSS variable
1
2
3
4
5
$color-primary: #492e1b;
$rgb-primary: (73, 46, 27);Tailwind config
1
2
3
4
5
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
'primary': '#492e1b',
}
}
}
}React Native
1
2
3
4
5
const styles = StyleSheet.create({
container: {
backgroundColor: '#492e1b',
},
text: {
color: '#492e1b',
}
});SwiftUI (iOS)
1
2
3
4
5
// SwiftUI
let primaryColor = Color(
red: 0.28627450980392155,
green: 0.1803921568627451,
blue: 0.10588235294117647
)Full JSON data
1
2
3
4
5
{
"name": "Metallic Bronze",
"hex": "#492e1b",
"rgb": {
"r": 73,
"g": 46,
"b": 27
},
"hsl": {
"h": 25,
"s": 46,
"l": 20
}
}Gradient gallery
Generate premium CSS backgrounds and textures from your color.
Sunset
Deep sea
Dynamic contrast
Night duotone
Icy duotone
Soft mist
Aurora borealis
Neon mesh
Color wheel
Radar
Spotlight
Grainy paper
Retro stripes