Shades of Muddy Waters #B5804D
Tints of Muddy Waters #B5804D
RGB
CMYK
RGB Variations
Color information
#B5804D (or 0xB5804D) is known color: Muddy Waters. HEX triplet: B5, 80 and 4D. RGB value is (181,128,77). Sum of RGB (Red+Green+Blue) = 181+128+77=386 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.89% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 181 - color contains mainly: red. Hex color #B5804D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5804D is #4A7FB2. Grayscale: #8A8A8A. Windows color (decimal): -4882355 or 5079221. OLE color: 5079221.
HSL color Cylindrical-coordinate representation of color #B5804D: hue angle of 29.42º 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 #B5804D is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 128 | 77 | - |
| CMYK | 0 | 0.29 | 0.57 | 0.29 |
| HSL | 29.42º | 0.41% | 0.51% | - |
| HSV(B) | 29.42º | 0.57% | 0.71% | - |
| XYZ | 28.11 | 25.8 | 10.52 | - |
| YUV | 138.03 | 93.56 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 128 | 77 | 0 | 0.29 | 0.57 | 0.29 | 29.42 | 0.41 | 0.51 |
| Hex | B5 | 80 | 4D | 0 | 1D | 39 | 1D | 1D | 29 | 33 |
| Octal | 265 | 200 | 115 | 0 | 35 | 71 | 35 | 35 | 51 | 63 |
| Binary | 10110101 | 10000000 | 1001101 | 0 | 11101 | 111001 | 11101 | 11101 | 101001 | 110011 |
Color Harmonies of #B5804D
Complementary color
Monochromatic Colors of #B5804D
Black with #B5804D
Text Example
Text Example
White with #B5804D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5804D; }
p { color: rgb(181,128,77); }
H1.HeaderClassName
{
color: #B5804D;
}
.AnyTagClassName
{
color: #B5804D;
}
</style>
background-color css
<style>
a { background-color: #B5804D; }
a { background-color: rgb(181,128,77); }
div.DivClassName
{
background-color: #B5804D;
}
.BgClassName
{
background-color: #B5804D;
}
</style>
border-color css
<style>
span { border-color: #B5804D; }
span { border-color: rgb(181,128,77); }
td.TdClassName
{
border-color: #B5804D;
}
.TagClassName
{
border-color: #B5804D;
}
</style>