Shades of Muddy Waters #B57D55
Tints of Muddy Waters #B57D55
RGB
CMYK
RGB Variations
Color information
#B57D55 (or 0xB57D55) is known color: Muddy Waters. HEX triplet: B5, 7D and 55. RGB value is (181,125,85). Sum of RGB (Red+Green+Blue) = 181+125+85=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 125 (49.22% from 255 or 31.97% from 391); Blue value is 85 (33.59% from 255 or 21.74% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B57D55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57D55 is #4A82AA. Grayscale: #898989. Windows color (decimal): -4883115 or 5602741. OLE color: 5602741.
HSL color Cylindrical-coordinate representation of color #B57D55: hue angle of 25º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B57D55 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 125 | 85 | - |
| CMYK | 0 | 0.31 | 0.53 | 0.29 |
| HSL | 25º | 0.39% | 0.52% | - |
| HSV(B) | 25º | 0.53% | 0.71% | - |
| XYZ | 28.03 | 25.15 | 11.97 | - |
| YUV | 137.18 | 98.55 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 125 | 85 | 0 | 0.31 | 0.53 | 0.29 | 25 | 0.39 | 0.52 |
| Hex | B5 | 7D | 55 | 0 | 1F | 35 | 1D | 19 | 27 | 34 |
| Octal | 265 | 175 | 125 | 0 | 37 | 65 | 35 | 31 | 47 | 64 |
| Binary | 10110101 | 1111101 | 1010101 | 0 | 11111 | 110101 | 11101 | 11001 | 100111 | 110100 |
Color Harmonies of #B57D55
Complementary color
Monochromatic Colors of #B57D55
Black with #B57D55
Text Example
Text Example
White with #B57D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B57D55; }
p { color: rgb(181,125,85); }
H1.HeaderClassName
{
color: #B57D55;
}
.AnyTagClassName
{
color: #B57D55;
}
</style>
background-color css
<style>
a { background-color: #B57D55; }
a { background-color: rgb(181,125,85); }
div.DivClassName
{
background-color: #B57D55;
}
.BgClassName
{
background-color: #B57D55;
}
</style>
border-color css
<style>
span { border-color: #B57D55; }
span { border-color: rgb(181,125,85); }
td.TdClassName
{
border-color: #B57D55;
}
.TagClassName
{
border-color: #B57D55;
}
</style>