represents an aesthetically appealing version of brown in graphics or style specifications.
StandardBrown
represents an aesthetically appealing version of brown in graphics or style specifications.
Details
- StandardBrown is currently equivalent to RGBColor[0.67,0.54,0.42].
- StandardBrown is a curated color intended to be suitable for a wide array of uses in light and dark themes.
Examples
Basic Examples (4)
Display a standard brown disk:
Graphics[{StandardBrown, Disk[]}]Make a plot with standard brown plot style:
Plot[Sin[x], {x, 0, 10}, PlotStyle -> StandardBrown]StandardBrown contrasts with both light and dark mode coloring:
g = Plot[Sin[x], {x, 0, 2Pi}, Background -> StandardBrown];
{LightModePane[g], DarkModePane[g]}Show a sphere with standard brown coloring:
Graphics3D[{StandardBrown, Sphere[]}]Related Guides
-
▪
- Colors
History
Text
Wolfram Research (2025), StandardBrown, Wolfram Language function, https://reference.wolfram.com/language/ref/StandardBrown.html.
CMS
Wolfram Language. 2025. "StandardBrown." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/StandardBrown.html.
APA
Wolfram Language. (2025). StandardBrown. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/StandardBrown.html
BibTeX
@misc{reference.wolfram_2026_standardbrown, author="Wolfram Research", title="{StandardBrown}", year="2025", howpublished="\url{https://reference.wolfram.com/language/ref/StandardBrown.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_standardbrown, organization={Wolfram Research}, title={StandardBrown}, year={2025}, url={https://reference.wolfram.com/language/ref/StandardBrown.html}, note=[Accessed: 13-June-2026]}