Shades of Muddy Waters #B3804D
Tints of Muddy Waters #B3804D
RGB
CMYK
RGB Variations
Color information
#B3804D (or 0xB3804D) is known color: Muddy Waters. HEX triplet: B3, 80 and 4D. RGB value is (179,128,77). Sum of RGB (Red+Green+Blue) = 179+128+77=384 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.61% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 77 (30.47% from 255 or 20.05% from 384); Max value from RGB is 179 - color contains mainly: red. Hex color #B3804D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3804D is #4C7FB2. Grayscale: #898989. Windows color (decimal): -5013427 or 5079219. OLE color: 5079219.
HSL color Cylindrical-coordinate representation of color #B3804D: hue angle of 30º 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 #B3804D is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 128 | 77 | - |
| CMYK | 0 | 0.28 | 0.57 | 0.30 |
| HSL | 30º | 0.4% | 0.5% | - |
| HSV(B) | 30º | 0.57% | 0.7% | - |
| XYZ | 27.65 | 25.56 | 10.5 | - |
| YUV | 137.44 | 93.9 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 128 | 77 | 0 | 0.28 | 0.57 | 0.30 | 30 | 0.4 | 0.5 |
| Hex | B3 | 80 | 4D | 0 | 1C | 39 | 1E | 1E | 28 | 32 |
| Octal | 263 | 200 | 115 | 0 | 34 | 71 | 36 | 36 | 50 | 62 |
| Binary | 10110011 | 10000000 | 1001101 | 0 | 11100 | 111001 | 11110 | 11110 | 101000 | 110010 |
Color Harmonies of #B3804D
Complementary color
Monochromatic Colors of #B3804D
Black with #B3804D
Text Example
Text Example
White with #B3804D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3804D; }
p { color: rgb(179,128,77); }
H1.HeaderClassName
{
color: #B3804D;
}
.AnyTagClassName
{
color: #B3804D;
}
</style>
background-color css
<style>
a { background-color: #B3804D; }
a { background-color: rgb(179,128,77); }
div.DivClassName
{
background-color: #B3804D;
}
.BgClassName
{
background-color: #B3804D;
}
</style>
border-color css
<style>
span { border-color: #B3804D; }
span { border-color: rgb(179,128,77); }
td.TdClassName
{
border-color: #B3804D;
}
.TagClassName
{
border-color: #B3804D;
}
</style>