Shades of Muddy Waters #B17F45
Tints of Muddy Waters #B17F45
RGB
CMYK
RGB Variations
Color information
#B17F45 (or 0xB17F45) is known color: Muddy Waters. HEX triplet: B1, 7F and 45. RGB value is (177,127,69). Sum of RGB (Red+Green+Blue) = 177+127+69=373 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.45% from 373); Green value is 127 (50% from 255 or 34.05% from 373); Blue value is 69 (27.34% from 255 or 18.50% from 373); Max value from RGB is 177 - color contains mainly: red. Hex color #B17F45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B17F45 is #4E80BA. Grayscale: #878787. Windows color (decimal): -5144763 or 4554673. OLE color: 4554673.
HSL color Cylindrical-coordinate representation of color #B17F45: hue angle of 32.22º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B17F45 is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 127 | 69 | - |
| CMYK | 0 | 0.28 | 0.61 | 0.31 |
| HSL | 32.22º | 0.44% | 0.48% | - |
| HSV(B) | 32.22º | 0.61% | 0.69% | - |
| XYZ | 26.8 | 24.96 | 9.03 | - |
| YUV | 135.34 | 90.57 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 127 | 69 | 0 | 0.28 | 0.61 | 0.31 | 32.22 | 0.44 | 0.48 |
| Hex | B1 | 7F | 45 | 0 | 1C | 3D | 1F | 20 | 2C | 30 |
| Octal | 261 | 177 | 105 | 0 | 34 | 75 | 37 | 40 | 54 | 60 |
| Binary | 10110001 | 1111111 | 1000101 | 0 | 11100 | 111101 | 11111 | 100000 | 101100 | 110000 |
Color Harmonies of #B17F45
Complementary color
Monochromatic Colors of #B17F45
Black with #B17F45
Text Example
Text Example
White with #B17F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B17F45; }
p { color: rgb(177,127,69); }
H1.HeaderClassName
{
color: #B17F45;
}
.AnyTagClassName
{
color: #B17F45;
}
</style>
background-color css
<style>
a { background-color: #B17F45; }
a { background-color: rgb(177,127,69); }
div.DivClassName
{
background-color: #B17F45;
}
.BgClassName
{
background-color: #B17F45;
}
</style>
border-color css
<style>
span { border-color: #B17F45; }
span { border-color: rgb(177,127,69); }
td.TdClassName
{
border-color: #B17F45;
}
.TagClassName
{
border-color: #B17F45;
}
</style>