What Color Is #83743C?
At 47° on the hue wheel, #83743C lands firmly in the yellow family. Its 37% saturation gives it a balanced, versatile quality, while 37% lightness positions it as a deep variant — well-suited for dark-mode surfaces and high-contrast elements.
Color Meaning of #83743C
Colors in the yellow family are associated with optimism, clarity, and happiness. As a deep variant, #83743C amplifies those associations with depth and gravity, lending authority to any composition.
Where to Use HEX Code #83743C
Similar HEX Color Codes
HEX Code #83743C in Design Systems
To implement #83743C effectively in a design system, define it as a CSS custom property: :root { --color-yellow-deep: #83743C; }. This single definition propagates to every component referencing the token, and a palette update requires changing just one line.
Accessibility testing is essential. With a perceived brightness of 114/255, this shade requires white or light text for adequate WCAG contrast — aim for 4.5:1 minimum on body text. Use it as a background or accent rather than text on dark surfaces.
FAQ About HEX Color Code #83743C
What color is #83743C?
#83743C produces a deep yellow tone. The RGB breakdown (131, 116, 60) shows how the three light channels combine to create this specific yellow hue at 47° on the color wheel.
Is #83743C a dark or light color?
#83743C registers as a dark color at 114/255 perceived brightness. In practical terms, white (#FFFFFF) or very light text will provide the best readability.
What colors go well with #83743C?
#83743C. Split-complementary (±150°) adds variety with less tension. Monochromatic schemes — lighter and darker yellow shades — are the safest harmonious option.
Can I use #83743C for branding?
#83743C can serve as a primary or secondary brand color. Before committing, verify it renders well in both RGB (screens) and CMYK (print), test it against competitor palettes for differentiation, and confirm it meets WCAG contrast requirements in all planned applications.
How do I convert #83743C to other color formats?
#83743C to RGB(131, 116, 60) by splitting the hex into three pairs and converting each from base-16 to base-10. HSL(47°, 37%, 37%) is derived from the RGB values using the standard algorithm. Visit our HEX to HSL converter for additional formats.