Mud to RGB — Color Code

#735c12
Format Value
HEX #735c12
RGB rgb(115, 92, 18)
HSL hsl(45.8, 72.9%, 26.1%)
CMYK cmyk(0%, 20%, 84.3%, 54.9%)
HSV hsv(45.8, 84.3%, 45.1%)

mud color harmonies

Tints & shades of mud

Tints (lighter)

#806b28 #8c7a3d #998853 #a69768 #b3a67e #bfb593 #ccc4a9 #d9d3be #e6e1d4 #f2f0e9

Shades (darker)

#695410 #5e4b0f #54430d #493b0b #3f320a #342a08 #2a2107 #1f1905 #151103 #0a0802

Contrast & accessibility

The quick brown fox

On white · 6.42:1 · AA

The quick brown fox

On black · 3.27:1 · AA Large

Recommended text color: #ffffff

Use mud in code

CSS color: #735c12;
SCSS $color: #735c12;
Tailwind bg-[#735c12]
Swift UIColor(red: 0.451, green: 0.361, blue: 0.071, alpha: 1)
Android Color.parseColor("#735c12")
Flutter Color(0xFF735C12)

Colors similar to mud

Browse all Yellow colors →

What is the RGB code for mud?

The CSS color mud in RGB format is rgb(115, 92, 18). Use this value directly in CSS, SVG, and most design tools.

How do I use mud in CSS?

To apply mud in CSS:

  • Text color: color: rgb(115, 92, 18);
  • Background: background-color: rgb(115, 92, 18);
  • Border: border-color: rgb(115, 92, 18);

What are all the color format values for mud?

FormatValue
HEX#735c12
RGBrgb(115, 92, 18)
HSLhsl(45.8, 72.9%, 26.1%)
CMYKcmyk(0%, 20%, 84.3%, 54.9%)

How do I convert mud to RGB?

Select mud from the color name list in our color converter. The RGB value — rgb(115, 92, 18) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does mud belong to?

mud belongs to the yellow color family. It is a dark, vivid color with HSL values: hue 45.8°, saturation 72.9%, lightness 26.1%.

How do I create lighter and darker shades of mud?

Lighter variant (lightness 41.1%): #b5911c. Darker variant (lightness 11.100000000000001%): #312708. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.