Shades of Muddy Waters #B4804C
Tints of Muddy Waters #B4804C
RGB
CMYK
RGB Variations
Color information
#B4804C (or 0xB4804C) is known color: Muddy Waters. HEX triplet: B4, 80 and 4C. RGB value is (180,128,76). Sum of RGB (Red+Green+Blue) = 180+128+76=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 76 (30.08% from 255 or 19.79% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B4804C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4804C is #4B7FB3. Grayscale: #898989. Windows color (decimal): -4947892 or 5013684. OLE color: 5013684.
HSL color Cylindrical-coordinate representation of color #B4804C: hue angle of 30º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B4804C is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 128 | 76 | - |
| CMYK | 0 | 0.29 | 0.58 | 0.29 |
| HSL | 30º | 0.41% | 0.5% | - |
| HSV(B) | 30º | 0.58% | 0.71% | - |
| XYZ | 27.85 | 25.66 | 10.32 | - |
| YUV | 137.62 | 93.23 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 128 | 76 | 0 | 0.29 | 0.58 | 0.29 | 30 | 0.41 | 0.5 |
| Hex | B4 | 80 | 4C | 0 | 1D | 3A | 1D | 1E | 29 | 32 |
| Octal | 264 | 200 | 114 | 0 | 35 | 72 | 35 | 36 | 51 | 62 |
| Binary | 10110100 | 10000000 | 1001100 | 0 | 11101 | 111010 | 11101 | 11110 | 101001 | 110010 |
Color Harmonies of #B4804C
Complementary color
Monochromatic Colors of #B4804C
Black with #B4804C
Text Example
Text Example
White with #B4804C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4804C; }
p { color: rgb(180,128,76); }
H1.HeaderClassName
{
color: #B4804C;
}
.AnyTagClassName
{
color: #B4804C;
}
</style>
background-color css
<style>
a { background-color: #B4804C; }
a { background-color: rgb(180,128,76); }
div.DivClassName
{
background-color: #B4804C;
}
.BgClassName
{
background-color: #B4804C;
}
</style>
border-color css
<style>
span { border-color: #B4804C; }
span { border-color: rgb(180,128,76); }
td.TdClassName
{
border-color: #B4804C;
}
.TagClassName
{
border-color: #B4804C;
}
</style>