Shades of Muddy Waters #B38547
Tints of Muddy Waters #B38547
RGB
CMYK
RGB Variations
Color information
#B38547 (or 0xB38547) is known color: Muddy Waters. HEX triplet: B3, 85 and 47. RGB value is (179,133,71). Sum of RGB (Red+Green+Blue) = 179+133+71=383 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.74% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 71 (28.12% from 255 or 18.54% from 383); Max value from RGB is 179 - color contains mainly: red. Hex color #B38547 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B38547 is #4C7AB8. Grayscale: #8B8B8B. Windows color (decimal): -5012153 or 4687283. OLE color: 4687283.
HSL color Cylindrical-coordinate representation of color #B38547: hue angle of 34.44º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B38547 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 133 | 71 | - |
| CMYK | 0 | 0.26 | 0.60 | 0.30 |
| HSL | 34.44º | 0.43% | 0.49% | - |
| HSV(B) | 34.44º | 0.6% | 0.7% | - |
| XYZ | 28.12 | 26.81 | 9.65 | - |
| YUV | 139.69 | 89.24 | 156.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 133 | 71 | 0 | 0.26 | 0.60 | 0.30 | 34.44 | 0.43 | 0.49 |
| Hex | B3 | 85 | 47 | 0 | 1A | 3C | 1E | 22 | 2B | 31 |
| Octal | 263 | 205 | 107 | 0 | 32 | 74 | 36 | 42 | 53 | 61 |
| Binary | 10110011 | 10000101 | 1000111 | 0 | 11010 | 111100 | 11110 | 100010 | 101011 | 110001 |
Color Harmonies of #B38547
Complementary color
Monochromatic Colors of #B38547
Black with #B38547
Text Example
Text Example
White with #B38547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B38547; }
p { color: rgb(179,133,71); }
H1.HeaderClassName
{
color: #B38547;
}
.AnyTagClassName
{
color: #B38547;
}
</style>
background-color css
<style>
a { background-color: #B38547; }
a { background-color: rgb(179,133,71); }
div.DivClassName
{
background-color: #B38547;
}
.BgClassName
{
background-color: #B38547;
}
</style>
border-color css
<style>
span { border-color: #B38547; }
span { border-color: rgb(179,133,71); }
td.TdClassName
{
border-color: #B38547;
}
.TagClassName
{
border-color: #B38547;
}
</style>