Shades of Muddy Waters #B4834D
Tints of Muddy Waters #B4834D
RGB
CMYK
RGB Variations
Color information
#B4834D (or 0xB4834D) is known color: Muddy Waters. HEX triplet: B4, 83 and 4D. RGB value is (180,131,77). Sum of RGB (Red+Green+Blue) = 180+131+77=388 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.39% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 77 (30.47% from 255 or 19.85% from 388); Max value from RGB is 180 - color contains mainly: red. Hex color #B4834D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4834D is #4B7CB2. Grayscale: #8B8B8B. Windows color (decimal): -4947123 or 5079988. OLE color: 5079988.
HSL color Cylindrical-coordinate representation of color #B4834D: hue angle of 31.46º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B4834D is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 131 | 77 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.29 |
| HSL | 31.46º | 0.41% | 0.5% | - |
| HSV(B) | 31.46º | 0.57% | 0.71% | - |
| XYZ | 28.28 | 26.47 | 10.64 | - |
| YUV | 139.5 | 92.73 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 131 | 77 | 0 | 0.27 | 0.57 | 0.29 | 31.46 | 0.41 | 0.5 |
| Hex | B4 | 83 | 4D | 0 | 1B | 39 | 1D | 1F | 29 | 32 |
| Octal | 264 | 203 | 115 | 0 | 33 | 71 | 35 | 37 | 51 | 62 |
| Binary | 10110100 | 10000011 | 1001101 | 0 | 11011 | 111001 | 11101 | 11111 | 101001 | 110010 |
Color Harmonies of #B4834D
Complementary color
Monochromatic Colors of #B4834D
Black with #B4834D
Text Example
Text Example
White with #B4834D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4834D; }
p { color: rgb(180,131,77); }
H1.HeaderClassName
{
color: #B4834D;
}
.AnyTagClassName
{
color: #B4834D;
}
</style>
background-color css
<style>
a { background-color: #B4834D; }
a { background-color: rgb(180,131,77); }
div.DivClassName
{
background-color: #B4834D;
}
.BgClassName
{
background-color: #B4834D;
}
</style>
border-color css
<style>
span { border-color: #B4834D; }
span { border-color: rgb(180,131,77); }
td.TdClassName
{
border-color: #B4834D;
}
.TagClassName
{
border-color: #B4834D;
}
</style>