Shades of Muddy Waters #B07A49
Tints of Muddy Waters #B07A49
RGB
CMYK
RGB Variations
Color information
#B07A49 (or 0xB07A49) is known color: Muddy Waters. HEX triplet: B0, 7A and 49. RGB value is (176,122,73). Sum of RGB (Red+Green+Blue) = 176+122+73=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 73 (28.91% from 255 or 19.68% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B07A49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07A49 is #4F85B6. Grayscale: #848484. Windows color (decimal): -5211575 or 4815536. OLE color: 4815536.
HSL color Cylindrical-coordinate representation of color #B07A49: hue angle of 28.54º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B07A49 is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 122 | 73 | - |
| CMYK | 0 | 0.31 | 0.59 | 0.31 |
| HSL | 28.54º | 0.41% | 0.49% | - |
| HSV(B) | 28.54º | 0.59% | 0.69% | - |
| XYZ | 26.07 | 23.63 | 9.49 | - |
| YUV | 132.56 | 94.39 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 122 | 73 | 0 | 0.31 | 0.59 | 0.31 | 28.54 | 0.41 | 0.49 |
| Hex | B0 | 7A | 49 | 0 | 1F | 3B | 1F | 1D | 29 | 31 |
| Octal | 260 | 172 | 111 | 0 | 37 | 73 | 37 | 35 | 51 | 61 |
| Binary | 10110000 | 1111010 | 1001001 | 0 | 11111 | 111011 | 11111 | 11101 | 101001 | 110001 |
Color Harmonies of #B07A49
Complementary color
Monochromatic Colors of #B07A49
Black with #B07A49
Text Example
Text Example
White with #B07A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B07A49; }
p { color: rgb(176,122,73); }
H1.HeaderClassName
{
color: #B07A49;
}
.AnyTagClassName
{
color: #B07A49;
}
</style>
background-color css
<style>
a { background-color: #B07A49; }
a { background-color: rgb(176,122,73); }
div.DivClassName
{
background-color: #B07A49;
}
.BgClassName
{
background-color: #B07A49;
}
</style>
border-color css
<style>
span { border-color: #B07A49; }
span { border-color: rgb(176,122,73); }
td.TdClassName
{
border-color: #B07A49;
}
.TagClassName
{
border-color: #B07A49;
}
</style>