Limed Oak is a
warm medium color with the hex code #90733C.
This moderately saturated hue can be represented as RGB
144, 115, 60 in digital design or CMYK 0%, 20%, 58%, 44% for print applications.
Find matching Pantone color.
Limed Oak
#90733C
Limed Oak color values
- HEX
- #90733C
- RGB
- 144, 115, 60
- HSL
- 39°, 41%, 40%
- CMYK
- 0, 20, 58, 44
Shades & tints
About this color
Limed Oak sits at 39° on the color wheel with 41% saturation and 40% lightness, placing it in the orange-red segment of the spectrum. The moderate 41% saturation gives it enough color presence to register clearly without competing for dominance in a composition. Its mid-range lightness positions it as a mid-tone: neither a background color nor a deep accent, but something in between.
In digital environments, Limed Oak is rendered as rgb(144, 115, 60), where the red channel dominates at 144, giving the color a clear red cast. This warm mid-tone carries enough energy to serve as an accent without the intensity of a highly saturated warm color.
For print, Limed Oak translates to a CMYK breakdown of 0C 20M 58Y 44K. With a moderate key (44%), this color uses black to deepen the chromatic channels rather than replace them, a profile that typically holds up well in both offset and digital print. No brands in the brandkit.pro library currently specify this exact hex as a named brand color.
Color harmonies
Complementary
Analogous
Triadic
Split-Complementary
How to use Limed Oak
CSS Variable
:root {
--brand-primary: #90733C;
--brand-primary-rgb: 144, 115, 60;
} Define as a CSS custom property for consistent theming across your site.
Tailwind Config
colors: {
brand: '#90733C',
}
Add to your Tailwind config to use classes like bg-brand.
Print Design (CMYK)
C: 0%
M: 20%
Y: 58%
K: 44% Use these CMYK values in Adobe Illustrator, InDesign, or print specifications.
RGB for Screens
rgb(144, 115, 60)
rgba(144, 115, 60, 0.8) Use RGB notation for compatibility or add alpha channel for transparency.
Frequently asked questions
What color is #90733C?
What is the RGB value of #90733C?
Is Limed Oak a warm or cool color?
How do I use #90733C in CSS?
background-color: #90733C; or color: #90733C; or as an RGB value: rgb(144, 115, 60). For print design, use CMYK: 0%, 20%, 58%, 44%.