Shades of Muddy Waters #B7844F
Tints of Muddy Waters #B7844F
RGB
CMYK
RGB Variations
Color information
#B7844F (or 0xB7844F) is known color: Muddy Waters. HEX triplet: B7, 84 and 4F. RGB value is (183,132,79). Sum of RGB (Red+Green+Blue) = 183+132+79=394 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.45% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 79 (31.25% from 255 or 20.05% from 394); Max value from RGB is 183 - color contains mainly: red. Hex color #B7844F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7844F is #487BB0. Grayscale: #8D8D8D. Windows color (decimal): -4750257 or 5211319. OLE color: 5211319.
HSL color Cylindrical-coordinate representation of color #B7844F: hue angle of 30.58º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B7844F is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 132 | 79 | - |
| CMYK | 0 | 0.28 | 0.57 | 0.28 |
| HSL | 30.58º | 0.42% | 0.51% | - |
| HSV(B) | 30.58º | 0.57% | 0.72% | - |
| XYZ | 29.19 | 27.13 | 11.1 | - |
| YUV | 141.21 | 92.9 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 132 | 79 | 0 | 0.28 | 0.57 | 0.28 | 30.58 | 0.42 | 0.51 |
| Hex | B7 | 84 | 4F | 0 | 1C | 39 | 1C | 1F | 2A | 33 |
| Octal | 267 | 204 | 117 | 0 | 34 | 71 | 34 | 37 | 52 | 63 |
| Binary | 10110111 | 10000100 | 1001111 | 0 | 11100 | 111001 | 11100 | 11111 | 101010 | 110011 |
Color Harmonies of #B7844F
Complementary color
Monochromatic Colors of #B7844F
Black with #B7844F
Text Example
Text Example
White with #B7844F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7844F; }
p { color: rgb(183,132,79); }
H1.HeaderClassName
{
color: #B7844F;
}
.AnyTagClassName
{
color: #B7844F;
}
</style>
background-color css
<style>
a { background-color: #B7844F; }
a { background-color: rgb(183,132,79); }
div.DivClassName
{
background-color: #B7844F;
}
.BgClassName
{
background-color: #B7844F;
}
</style>
border-color css
<style>
span { border-color: #B7844F; }
span { border-color: rgb(183,132,79); }
td.TdClassName
{
border-color: #B7844F;
}
.TagClassName
{
border-color: #B7844F;
}
</style>