Shades of Muddy Waters #B7834F
Tints of Muddy Waters #B7834F
RGB
CMYK
RGB Variations
Color information
#B7834F (or 0xB7834F) is known color: Muddy Waters. HEX triplet: B7, 83 and 4F. RGB value is (183,131,79). Sum of RGB (Red+Green+Blue) = 183+131+79=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 79 (31.25% from 255 or 20.10% from 393); Max value from RGB is 183 - color contains mainly: red. Hex color #B7834F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7834F is #487CB0. Grayscale: #8C8C8C. Windows color (decimal): -4750513 or 5211063. OLE color: 5211063.
HSL color Cylindrical-coordinate representation of color #B7834F: hue angle of 30º 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 #B7834F is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 131 | 79 | - |
| CMYK | 0 | 0.28 | 0.57 | 0.28 |
| HSL | 30º | 0.42% | 0.51% | - |
| HSV(B) | 30º | 0.57% | 0.72% | - |
| XYZ | 29.06 | 26.86 | 11.05 | - |
| YUV | 140.62 | 93.23 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 131 | 79 | 0 | 0.28 | 0.57 | 0.28 | 30 | 0.42 | 0.51 |
| Hex | B7 | 83 | 4F | 0 | 1C | 39 | 1C | 1E | 2A | 33 |
| Octal | 267 | 203 | 117 | 0 | 34 | 71 | 34 | 36 | 52 | 63 |
| Binary | 10110111 | 10000011 | 1001111 | 0 | 11100 | 111001 | 11100 | 11110 | 101010 | 110011 |
Color Harmonies of #B7834F
Complementary color
Monochromatic Colors of #B7834F
Black with #B7834F
Text Example
Text Example
White with #B7834F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7834F; }
p { color: rgb(183,131,79); }
H1.HeaderClassName
{
color: #B7834F;
}
.AnyTagClassName
{
color: #B7834F;
}
</style>
background-color css
<style>
a { background-color: #B7834F; }
a { background-color: rgb(183,131,79); }
div.DivClassName
{
background-color: #B7834F;
}
.BgClassName
{
background-color: #B7834F;
}
</style>
border-color css
<style>
span { border-color: #B7834F; }
span { border-color: rgb(183,131,79); }
td.TdClassName
{
border-color: #B7834F;
}
.TagClassName
{
border-color: #B7834F;
}
</style>