Shades of Muddy Waters #B58449
Tints of Muddy Waters #B58449
RGB
CMYK
RGB Variations
Color information
#B58449 (or 0xB58449) is known color: Muddy Waters. HEX triplet: B5, 84 and 49. RGB value is (181,132,73). Sum of RGB (Red+Green+Blue) = 181+132+73=386 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.89% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 73 (28.91% from 255 or 18.91% from 386); Max value from RGB is 181 - color contains mainly: red. Hex color #B58449 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B58449 is #4A7BB6. Grayscale: #8C8C8C. Windows color (decimal): -4881335 or 4818101. OLE color: 4818101.
HSL color Cylindrical-coordinate representation of color #B58449: hue angle of 32.78º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B58449 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 132 | 73 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.29 |
| HSL | 32.78º | 0.43% | 0.5% | - |
| HSV(B) | 32.78º | 0.6% | 0.71% | - |
| XYZ | 28.51 | 26.81 | 9.98 | - |
| YUV | 139.93 | 90.23 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 132 | 73 | 0 | 0.27 | 0.60 | 0.29 | 32.78 | 0.43 | 0.5 |
| Hex | B5 | 84 | 49 | 0 | 1B | 3C | 1D | 21 | 2B | 32 |
| Octal | 265 | 204 | 111 | 0 | 33 | 74 | 35 | 41 | 53 | 62 |
| Binary | 10110101 | 10000100 | 1001001 | 0 | 11011 | 111100 | 11101 | 100001 | 101011 | 110010 |
Color Harmonies of #B58449
Complementary color
Monochromatic Colors of #B58449
Black with #B58449
Text Example
Text Example
White with #B58449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B58449; }
p { color: rgb(181,132,73); }
H1.HeaderClassName
{
color: #B58449;
}
.AnyTagClassName
{
color: #B58449;
}
</style>
background-color css
<style>
a { background-color: #B58449; }
a { background-color: rgb(181,132,73); }
div.DivClassName
{
background-color: #B58449;
}
.BgClassName
{
background-color: #B58449;
}
</style>
border-color css
<style>
span { border-color: #B58449; }
span { border-color: rgb(181,132,73); }
td.TdClassName
{
border-color: #B58449;
}
.TagClassName
{
border-color: #B58449;
}
</style>