-
See Also
- Brown
- StandardBrown
- LightBrown
- ColorData
- Lighter
- Darker
- Hue
- RGBColor
- Style
-
- Entity Types
- Color
- Related Guides
-
-
See Also
- Brown
- StandardBrown
- LightBrown
- ColorData
- Lighter
- Darker
- Hue
- RGBColor
- Style
-
- Entity Types
- Color
- Related Guides
-
See Also
represents a dark brown color in graphics or style specifications.
DarkBrown
represents a dark brown color in graphics or style specifications.
Examples
open all close allBasic Examples (3)
Graphics[{DarkBrown, EdgeForm[Black], Disk[]}]Make a plot with dark brown plot style:
Plot[Sin[x], {x, 0, 2Pi}, PlotStyle -> DarkBrown]Display a grid of numbers with dark brown background:
Grid[{{1, 2}, {3, 4}}, Frame -> All, Background -> DarkBrown, BaseStyle -> White]Possible Issues (1)
In light mode, the default tick and axes colors make them hard to read with a DarkBrown background:
LightModePane[Plot[Sin[x], {x, 0, 2Pi}, Background -> DarkBrown]]Use DarkModePane to force dark mode coloring:
DarkModePane[Plot[Sin[x], {x, 0, 2Pi}, Background -> DarkBrown]]StandardBrown contrasts with both light and dark mode coloring:
g = Plot[Sin[x], {x, 0, 2Pi}, Background -> StandardBrown];
{LightModePane[g], DarkModePane[g]}See Also
Brown StandardBrown LightBrown ColorData Lighter Darker Hue RGBColor Style
Entity Types: Color
Related Guides
-
▪
- Colors
History
Text
Wolfram Research (2025), DarkBrown, Wolfram Language function, https://reference.wolfram.com/language/ref/DarkBrown.html.
CMS
Wolfram Language. 2025. "DarkBrown." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/DarkBrown.html.
APA
Wolfram Language. (2025). DarkBrown. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/DarkBrown.html
BibTeX
@misc{reference.wolfram_2026_darkbrown, author="Wolfram Research", title="{DarkBrown}", year="2025", howpublished="\url{https://reference.wolfram.com/language/ref/DarkBrown.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_darkbrown, organization={Wolfram Research}, title={DarkBrown}, year={2025}, url={https://reference.wolfram.com/language/ref/DarkBrown.html}, note=[Accessed: 13-June-2026]}