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?
| 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%) |
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.