Shades of Muddy Waters #B5844D
Tints of Muddy Waters #B5844D
RGB
CMYK
RGB Variations
Color information
#B5844D (or 0xB5844D) is known color: Muddy Waters. HEX triplet: B5, 84 and 4D. RGB value is (181,132,77). Sum of RGB (Red+Green+Blue) = 181+132+77=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 77 (30.47% from 255 or 19.74% from 390); Max value from RGB is 181 - color contains mainly: red. Hex color #B5844D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5844D is #4A7BB2. Grayscale: #8C8C8C. Windows color (decimal): -4881331 or 5080245. OLE color: 5080245.
HSL color Cylindrical-coordinate representation of color #B5844D: hue angle of 31.73º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B5844D is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 132 | 77 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.29 |
| HSL | 31.73º | 0.41% | 0.51% | - |
| HSV(B) | 31.73º | 0.57% | 0.71% | - |
| XYZ | 28.65 | 26.86 | 10.7 | - |
| YUV | 140.38 | 92.23 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 132 | 77 | 0 | 0.27 | 0.57 | 0.29 | 31.73 | 0.41 | 0.51 |
| Hex | B5 | 84 | 4D | 0 | 1B | 39 | 1D | 20 | 29 | 33 |
| Octal | 265 | 204 | 115 | 0 | 33 | 71 | 35 | 40 | 51 | 63 |
| Binary | 10110101 | 10000100 | 1001101 | 0 | 11011 | 111001 | 11101 | 100000 | 101001 | 110011 |
Color Harmonies of #B5844D
Complementary color
Monochromatic Colors of #B5844D
Black with #B5844D
Text Example
Text Example
White with #B5844D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5844D; }
p { color: rgb(181,132,77); }
H1.HeaderClassName
{
color: #B5844D;
}
.AnyTagClassName
{
color: #B5844D;
}
</style>
background-color css
<style>
a { background-color: #B5844D; }
a { background-color: rgb(181,132,77); }
div.DivClassName
{
background-color: #B5844D;
}
.BgClassName
{
background-color: #B5844D;
}
</style>
border-color css
<style>
span { border-color: #B5844D; }
span { border-color: rgb(181,132,77); }
td.TdClassName
{
border-color: #B5844D;
}
.TagClassName
{
border-color: #B5844D;
}
</style>