Shades of Muddy Waters #B7854D
Tints of Muddy Waters #B7854D
RGB
CMYK
RGB Variations
Color information
#B7854D (or 0xB7854D) is known color: Muddy Waters. HEX triplet: B7, 85 and 4D. RGB value is (183,133,77). Sum of RGB (Red+Green+Blue) = 183+133+77=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 183 - color contains mainly: red. Hex color #B7854D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7854D is #487AB2. Grayscale: #8D8D8D. Windows color (decimal): -4750003 or 5080503. OLE color: 5080503.
HSL color Cylindrical-coordinate representation of color #B7854D: hue angle of 31.7º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B7854D is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 133 | 77 | - |
| CMYK | 0 | 0.27 | 0.58 | 0.28 |
| HSL | 31.7º | 0.42% | 0.51% | - |
| HSV(B) | 31.7º | 0.58% | 0.72% | - |
| XYZ | 29.26 | 27.38 | 10.76 | - |
| YUV | 141.57 | 91.57 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 133 | 77 | 0 | 0.27 | 0.58 | 0.28 | 31.7 | 0.42 | 0.51 |
| Hex | B7 | 85 | 4D | 0 | 1B | 3A | 1C | 20 | 2A | 33 |
| Octal | 267 | 205 | 115 | 0 | 33 | 72 | 34 | 40 | 52 | 63 |
| Binary | 10110111 | 10000101 | 1001101 | 0 | 11011 | 111010 | 11100 | 100000 | 101010 | 110011 |
Color Harmonies of #B7854D
Complementary color
Monochromatic Colors of #B7854D
Black with #B7854D
Text Example
Text Example
White with #B7854D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7854D; }
p { color: rgb(183,133,77); }
H1.HeaderClassName
{
color: #B7854D;
}
.AnyTagClassName
{
color: #B7854D;
}
</style>
background-color css
<style>
a { background-color: #B7854D; }
a { background-color: rgb(183,133,77); }
div.DivClassName
{
background-color: #B7854D;
}
.BgClassName
{
background-color: #B7854D;
}
</style>
border-color css
<style>
span { border-color: #B7854D; }
span { border-color: rgb(183,133,77); }
td.TdClassName
{
border-color: #B7854D;
}
.TagClassName
{
border-color: #B7854D;
}
</style>