What is the hex code for brown?
Common brown is #964b00; CSS offers saddle brown #8b4513, sienna #a0522d and chocolate #d2691e. Coffee #6f4e37 is a popular dark neutral.
Is brown good for branding?
Exceptional for food, craft, heritage and sustainability positioning — UPS, Hershey’s and Louis Vuitton built identities on it. It underperforms for tech and innovation cues.
What colors complement brown?
Cream and off-whites (bakery warmth), sage and forest greens (organic), terracotta and rust (earthen), and sky blues for rustic-modern contrast.
What color is #964b00?
#964b00 is a dark electric orange, closest to Saddle Brown (ΔE2000 4.4). It sits at 30° on the hue wheel with 100% saturation and 29% lightness, which reads as warm.
What is the RGB value of #964b00?
rgb(150, 75, 0) — 150 red, 75 green and 0 blue out of 255, or 58.8% / 29.4% / 0% by channel.
What is #964b00 in HSL and HSV?
hsl(30, 100%, 29%) and hsv(30, 100%, 59%). HSL is what CSS takes; HSV is what your design tool's picker shows, which is why the saturation numbers rarely match.
Is #964b00 a light or a dark color?
It is a dark color. Relative luminance is 0.1152 and perceived brightness is 39%, so white text on it reaches 6.36:1.
Should I use black or white text on #964b00?
White. It scores 6.36:1 against #964b00, versus 3.30:1 for black — AA at any size.
Is #964b00 accessible on a white background?
#964b00 on white scores 6.36:1, which clears AA at every size but not AAA.
What is the complementary color of #964b00?
#004B96 sits directly opposite on the wheel. Softer options are the split-complements #009696 and #000096, which give the same contrast with far less vibration.
What colors go well with #964b00?
For interface work: #FAF7F4 as the surface, #EDD6C0 for borders, #9B734B for secondary text, #007096 as an accent and #804000 for hover and pressed states. For a palette, the analogous pair #960000 and #969600 stays calm, while #004B96 is the loudest partner.
What is #964b00 in CMYK for printing?
cmyk(0%, 50%, 100%, 41%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.
Is #964b00 warm or cool?
Warm — it scores 0 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #AF5000; nudged cooler, #961400.
Which Tailwind color is closest to #964b00?
The stone family — its 500 step is #78716c, ΔE2000 23.6 away. That is a visible difference, so define #964b00 as a custom token rather than reaching for the built-in.
How do I use #964b00 in Tailwind CSS?
Inline it as an arbitrary value with bg-[#964b00] or text-[#964b00], or register the whole ramp under theme.extend.colors.brand so you get bg-brand-500 and friends. The generated 50–950 scale on this page is ready to paste into your config.
What is #964b00 with 50% opacity?
rgba(150, 75, 0, 0.5), or #964b0080 in eight-digit hex. Over white that composites to #CBA580; over black, #4B2600.
Is #964b00 a web-safe color?
No. The nearest web-safe colour is #993300, ΔE2000 8.7 away. The palette only matters for legacy displays and some email clients now.
What does the color #964b00 mean?
As a orange, it reads friendly, energetic, affordable. Orange is red with the aggression taken out — approachable, active, and strongly associated with buying and doing. At this chroma the effect is amplified — it will dominate whatever sits beside it.
What gradient works with #964b00?
The safest is same-hue elevation: linear-gradient(135deg, #D36A00, #964b00 45%, #804000). For more colour, a short hue run to #5A7700 keeps it rich without turning muddy.