Shades of Muddy Waters #B4814C
Tints of Muddy Waters #B4814C
RGB
CMYK
RGB Variations
Color information
#B4814C (or 0xB4814C) is known color: Muddy Waters. HEX triplet: B4, 81 and 4C. RGB value is (180,129,76). Sum of RGB (Red+Green+Blue) = 180+129+76=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 180 - color contains mainly: red. Hex color #B4814C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4814C is #4B7EB3. Grayscale: #8A8A8A. Windows color (decimal): -4947636 or 5013940. OLE color: 5013940.
HSL color Cylindrical-coordinate representation of color #B4814C: hue angle of 30.58º 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 #B4814C is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 129 | 76 | - |
| CMYK | 0 | 0.28 | 0.58 | 0.29 |
| HSL | 30.58º | 0.41% | 0.5% | - |
| HSV(B) | 30.58º | 0.58% | 0.71% | - |
| XYZ | 27.98 | 25.93 | 10.37 | - |
| YUV | 138.21 | 92.9 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 129 | 76 | 0 | 0.28 | 0.58 | 0.29 | 30.58 | 0.41 | 0.5 |
| Hex | B4 | 81 | 4C | 0 | 1C | 3A | 1D | 1F | 29 | 32 |
| Octal | 264 | 201 | 114 | 0 | 34 | 72 | 35 | 37 | 51 | 62 |
| Binary | 10110100 | 10000001 | 1001100 | 0 | 11100 | 111010 | 11101 | 11111 | 101001 | 110010 |
Color Harmonies of #B4814C
Complementary color
Monochromatic Colors of #B4814C
Black with #B4814C
Text Example
Text Example
White with #B4814C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4814C; }
p { color: rgb(180,129,76); }
H1.HeaderClassName
{
color: #B4814C;
}
.AnyTagClassName
{
color: #B4814C;
}
</style>
background-color css
<style>
a { background-color: #B4814C; }
a { background-color: rgb(180,129,76); }
div.DivClassName
{
background-color: #B4814C;
}
.BgClassName
{
background-color: #B4814C;
}
</style>
border-color css
<style>
span { border-color: #B4814C; }
span { border-color: rgb(180,129,76); }
td.TdClassName
{
border-color: #B4814C;
}
.TagClassName
{
border-color: #B4814C;
}
</style>