Shades of Muddy Waters #B3834D
Tints of Muddy Waters #B3834D
RGB
CMYK
RGB Variations
Color information
#B3834D (or 0xB3834D) is known color: Muddy Waters. HEX triplet: B3, 83 and 4D. RGB value is (179,131,77). Sum of RGB (Red+Green+Blue) = 179+131+77=387 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.25% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 77 (30.47% from 255 or 19.90% from 387); Max value from RGB is 179 - color contains mainly: red. Hex color #B3834D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3834D is #4C7CB2. Grayscale: #8B8B8B. Windows color (decimal): -5012659 or 5079987. OLE color: 5079987.
HSL color Cylindrical-coordinate representation of color #B3834D: hue angle of 31.76º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B3834D is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 131 | 77 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.30 |
| HSL | 31.76º | 0.4% | 0.5% | - |
| HSV(B) | 31.76º | 0.57% | 0.7% | - |
| XYZ | 28.05 | 26.35 | 10.63 | - |
| YUV | 139.2 | 92.9 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 131 | 77 | 0 | 0.27 | 0.57 | 0.30 | 31.76 | 0.4 | 0.5 |
| Hex | B3 | 83 | 4D | 0 | 1B | 39 | 1E | 20 | 28 | 32 |
| Octal | 263 | 203 | 115 | 0 | 33 | 71 | 36 | 40 | 50 | 62 |
| Binary | 10110011 | 10000011 | 1001101 | 0 | 11011 | 111001 | 11110 | 100000 | 101000 | 110010 |
Color Harmonies of #B3834D
Complementary color
Monochromatic Colors of #B3834D
Black with #B3834D
Text Example
Text Example
White with #B3834D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3834D; }
p { color: rgb(179,131,77); }
H1.HeaderClassName
{
color: #B3834D;
}
.AnyTagClassName
{
color: #B3834D;
}
</style>
background-color css
<style>
a { background-color: #B3834D; }
a { background-color: rgb(179,131,77); }
div.DivClassName
{
background-color: #B3834D;
}
.BgClassName
{
background-color: #B3834D;
}
</style>
border-color css
<style>
span { border-color: #B3834D; }
span { border-color: rgb(179,131,77); }
td.TdClassName
{
border-color: #B3834D;
}
.TagClassName
{
border-color: #B3834D;
}
</style>