Shades of Muddy Waters #B5824D
Tints of Muddy Waters #B5824D
RGB
CMYK
RGB Variations
Color information
#B5824D (or 0xB5824D) is known color: Muddy Waters. HEX triplet: B5, 82 and 4D. RGB value is (181,130,77). Sum of RGB (Red+Green+Blue) = 181+130+77=388 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.65% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 77 (30.47% from 255 or 19.85% from 388); Max value from RGB is 181 - color contains mainly: red. Hex color #B5824D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5824D is #4A7DB2. Grayscale: #8B8B8B. Windows color (decimal): -4881843 or 5079733. OLE color: 5079733.
HSL color Cylindrical-coordinate representation of color #B5824D: hue angle of 30.58º 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 #B5824D is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 130 | 77 | - |
| CMYK | 0 | 0.28 | 0.57 | 0.29 |
| HSL | 30.58º | 0.41% | 0.51% | - |
| HSV(B) | 30.58º | 0.57% | 0.71% | - |
| XYZ | 28.38 | 26.32 | 10.61 | - |
| YUV | 139.21 | 92.9 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 130 | 77 | 0 | 0.28 | 0.57 | 0.29 | 30.58 | 0.41 | 0.51 |
| Hex | B5 | 82 | 4D | 0 | 1C | 39 | 1D | 1F | 29 | 33 |
| Octal | 265 | 202 | 115 | 0 | 34 | 71 | 35 | 37 | 51 | 63 |
| Binary | 10110101 | 10000010 | 1001101 | 0 | 11100 | 111001 | 11101 | 11111 | 101001 | 110011 |
Color Harmonies of #B5824D
Complementary color
Monochromatic Colors of #B5824D
Black with #B5824D
Text Example
Text Example
White with #B5824D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5824D; }
p { color: rgb(181,130,77); }
H1.HeaderClassName
{
color: #B5824D;
}
.AnyTagClassName
{
color: #B5824D;
}
</style>
background-color css
<style>
a { background-color: #B5824D; }
a { background-color: rgb(181,130,77); }
div.DivClassName
{
background-color: #B5824D;
}
.BgClassName
{
background-color: #B5824D;
}
</style>
border-color css
<style>
span { border-color: #B5824D; }
span { border-color: rgb(181,130,77); }
td.TdClassName
{
border-color: #B5824D;
}
.TagClassName
{
border-color: #B5824D;
}
</style>