rgb2matrix(file="/usr/lib/X11/rgb.txt")
<red> <green> <blue> <color name>
where "<red>", "<green>" and "<blue>" are integers from 0 to 255 representing the amount of that color to be used in the color named by "<color name>".
# Get the rgb.txt file from default location and run postscript rgb.data <- rgb2matrix() postscript (ps.colors = rgb.data[c("OrangeRed", "PaleGreen", "Navy", "Indigo"),])