Shades of Muddy Waters #B4804D
Tints of Muddy Waters #B4804D
RGB
CMYK
RGB Variations
Color information
#B4804D (or 0xB4804D) is known color: Muddy Waters. HEX triplet: B4, 80 and 4D. RGB value is (180,128,77). Sum of RGB (Red+Green+Blue) = 180+128+77=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 180 - color contains mainly: red. Hex color #B4804D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4804D is #4B7FB2. Grayscale: #898989. Windows color (decimal): -4947891 or 5079220. OLE color: 5079220.
HSL color Cylindrical-coordinate representation of color #B4804D: hue angle of 29.71º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B4804D is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 128 | 77 | - |
| CMYK | 0 | 0.29 | 0.57 | 0.29 |
| HSL | 29.71º | 0.41% | 0.5% | - |
| HSV(B) | 29.71º | 0.57% | 0.71% | - |
| XYZ | 27.88 | 25.68 | 10.51 | - |
| YUV | 137.73 | 93.73 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 128 | 77 | 0 | 0.29 | 0.57 | 0.29 | 29.71 | 0.41 | 0.5 |
| Hex | B4 | 80 | 4D | 0 | 1D | 39 | 1D | 1E | 29 | 32 |
| Octal | 264 | 200 | 115 | 0 | 35 | 71 | 35 | 36 | 51 | 62 |
| Binary | 10110100 | 10000000 | 1001101 | 0 | 11101 | 111001 | 11101 | 11110 | 101001 | 110010 |
Color Harmonies of #B4804D
Complementary color
Monochromatic Colors of #B4804D
Black with #B4804D
Text Example
Text Example
White with #B4804D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4804D; }
p { color: rgb(180,128,77); }
H1.HeaderClassName
{
color: #B4804D;
}
.AnyTagClassName
{
color: #B4804D;
}
</style>
background-color css
<style>
a { background-color: #B4804D; }
a { background-color: rgb(180,128,77); }
div.DivClassName
{
background-color: #B4804D;
}
.BgClassName
{
background-color: #B4804D;
}
</style>
border-color css
<style>
span { border-color: #B4804D; }
span { border-color: rgb(180,128,77); }
td.TdClassName
{
border-color: #B4804D;
}
.TagClassName
{
border-color: #B4804D;
}
</style>