Shades of Muddy Waters #B4844D
Tints of Muddy Waters #B4844D
RGB
CMYK
RGB Variations
Color information
#B4844D (or 0xB4844D) is known color: Muddy Waters. HEX triplet: B4, 84 and 4D. RGB value is (180,132,77). Sum of RGB (Red+Green+Blue) = 180+132+77=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 132 (51.95% from 255 or 33.93% from 389); Blue value is 77 (30.47% from 255 or 19.79% from 389); Max value from RGB is 180 - color contains mainly: red. Hex color #B4844D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4844D is #4B7BB2. Grayscale: #8C8C8C. Windows color (decimal): -4946867 or 5080244. OLE color: 5080244.
HSL color Cylindrical-coordinate representation of color #B4844D: hue angle of 32.04º 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 #B4844D is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 132 | 77 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.29 |
| HSL | 32.04º | 0.41% | 0.5% | - |
| HSV(B) | 32.04º | 0.57% | 0.71% | - |
| XYZ | 28.41 | 26.74 | 10.69 | - |
| YUV | 140.08 | 92.4 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 132 | 77 | 0 | 0.27 | 0.57 | 0.29 | 32.04 | 0.41 | 0.5 |
| Hex | B4 | 84 | 4D | 0 | 1B | 39 | 1D | 20 | 29 | 32 |
| Octal | 264 | 204 | 115 | 0 | 33 | 71 | 35 | 40 | 51 | 62 |
| Binary | 10110100 | 10000100 | 1001101 | 0 | 11011 | 111001 | 11101 | 100000 | 101001 | 110010 |
Color Harmonies of #B4844D
Complementary color
Monochromatic Colors of #B4844D
Black with #B4844D
Text Example
Text Example
White with #B4844D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4844D; }
p { color: rgb(180,132,77); }
H1.HeaderClassName
{
color: #B4844D;
}
.AnyTagClassName
{
color: #B4844D;
}
</style>
background-color css
<style>
a { background-color: #B4844D; }
a { background-color: rgb(180,132,77); }
div.DivClassName
{
background-color: #B4844D;
}
.BgClassName
{
background-color: #B4844D;
}
</style>
border-color css
<style>
span { border-color: #B4844D; }
span { border-color: rgb(180,132,77); }
td.TdClassName
{
border-color: #B4844D;
}
.TagClassName
{
border-color: #B4844D;
}
</style>