Shades of Muddy Waters #B3844F
Tints of Muddy Waters #B3844F
RGB
CMYK
RGB Variations
Color information
#B3844F (or 0xB3844F) is known color: Muddy Waters. HEX triplet: B3, 84 and 4F. RGB value is (179,132,79). Sum of RGB (Red+Green+Blue) = 179+132+79=390 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.90% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 79 (31.25% from 255 or 20.26% from 390); Max value from RGB is 179 - color contains mainly: red. Hex color #B3844F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3844F is #4C7BB0. Grayscale: #8C8C8C. Windows color (decimal): -5012401 or 5211315. OLE color: 5211315.
HSL color Cylindrical-coordinate representation of color #B3844F: hue angle of 31.8º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B3844F is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 132 | 79 | - |
| CMYK | 0 | 0.26 | 0.56 | 0.30 |
| HSL | 31.8º | 0.4% | 0.51% | - |
| HSV(B) | 31.8º | 0.56% | 0.7% | - |
| XYZ | 28.25 | 26.65 | 11.05 | - |
| YUV | 140.01 | 93.57 | 155.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 132 | 79 | 0 | 0.26 | 0.56 | 0.30 | 31.8 | 0.4 | 0.51 |
| Hex | B3 | 84 | 4F | 0 | 1A | 38 | 1E | 20 | 28 | 33 |
| Octal | 263 | 204 | 117 | 0 | 32 | 70 | 36 | 40 | 50 | 63 |
| Binary | 10110011 | 10000100 | 1001111 | 0 | 11010 | 111000 | 11110 | 100000 | 101000 | 110011 |
Color Harmonies of #B3844F
Complementary color
Monochromatic Colors of #B3844F
Black with #B3844F
Text Example
Text Example
White with #B3844F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3844F; }
p { color: rgb(179,132,79); }
H1.HeaderClassName
{
color: #B3844F;
}
.AnyTagClassName
{
color: #B3844F;
}
</style>
background-color css
<style>
a { background-color: #B3844F; }
a { background-color: rgb(179,132,79); }
div.DivClassName
{
background-color: #B3844F;
}
.BgClassName
{
background-color: #B3844F;
}
</style>
border-color css
<style>
span { border-color: #B3844F; }
span { border-color: rgb(179,132,79); }
td.TdClassName
{
border-color: #B3844F;
}
.TagClassName
{
border-color: #B3844F;
}
</style>