Shades of Muddy Waters #B37D4E
Tints of Muddy Waters #B37D4E
RGB
CMYK
RGB Variations
Color information
#B37D4E (or 0xB37D4E) is known color: Muddy Waters. HEX triplet: B3, 7D and 4E. RGB value is (179,125,78). Sum of RGB (Red+Green+Blue) = 179+125+78=382 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.86% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 78 (30.86% from 255 or 20.42% from 382); Max value from RGB is 179 - color contains mainly: red. Hex color #B37D4E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37D4E is #4C82B1. Grayscale: #888888. Windows color (decimal): -5014194 or 5143987. OLE color: 5143987.
HSL color Cylindrical-coordinate representation of color #B37D4E: hue angle of 27.92º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B37D4E is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 125 | 78 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.30 |
| HSL | 27.92º | 0.4% | 0.5% | - |
| HSV(B) | 27.92º | 0.56% | 0.7% | - |
| XYZ | 27.3 | 24.8 | 10.56 | - |
| YUV | 135.79 | 95.39 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 125 | 78 | 0 | 0.30 | 0.56 | 0.30 | 27.92 | 0.4 | 0.5 |
| Hex | B3 | 7D | 4E | 0 | 1E | 38 | 1E | 1C | 28 | 32 |
| Octal | 263 | 175 | 116 | 0 | 36 | 70 | 36 | 34 | 50 | 62 |
| Binary | 10110011 | 1111101 | 1001110 | 0 | 11110 | 111000 | 11110 | 11100 | 101000 | 110010 |
Color Harmonies of #B37D4E
Complementary color
Monochromatic Colors of #B37D4E
Black with #B37D4E
Text Example
Text Example
White with #B37D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B37D4E; }
p { color: rgb(179,125,78); }
H1.HeaderClassName
{
color: #B37D4E;
}
.AnyTagClassName
{
color: #B37D4E;
}
</style>
background-color css
<style>
a { background-color: #B37D4E; }
a { background-color: rgb(179,125,78); }
div.DivClassName
{
background-color: #B37D4E;
}
.BgClassName
{
background-color: #B37D4E;
}
</style>
border-color css
<style>
span { border-color: #B37D4E; }
span { border-color: rgb(179,125,78); }
td.TdClassName
{
border-color: #B37D4E;
}
.TagClassName
{
border-color: #B37D4E;
}
</style>