Shades of Muddy Waters #B3874D
Tints of Muddy Waters #B3874D
RGB
CMYK
RGB Variations
Color information
#B3874D (or 0xB3874D) is known color: Muddy Waters. HEX triplet: B3, 87 and 4D. RGB value is (179,135,77). Sum of RGB (Red+Green+Blue) = 179+135+77=391 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.78% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 77 (30.47% from 255 or 19.69% from 391); Max value from RGB is 179 - color contains mainly: red. Hex color #B3874D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3874D is #4C78B2. Grayscale: #8D8D8D. Windows color (decimal): -5011635 or 5081011. OLE color: 5081011.
HSL color Cylindrical-coordinate representation of color #B3874D: hue angle of 34.12º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B3874D is Cyan = 0, Magento = 0.25, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 135 | 77 | - |
| CMYK | 0 | 0.25 | 0.57 | 0.30 |
| HSL | 34.12º | 0.4% | 0.5% | - |
| HSV(B) | 34.12º | 0.57% | 0.7% | - |
| XYZ | 28.59 | 27.45 | 10.81 | - |
| YUV | 141.54 | 91.58 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 135 | 77 | 0 | 0.25 | 0.57 | 0.30 | 34.12 | 0.4 | 0.5 |
| Hex | B3 | 87 | 4D | 0 | 19 | 39 | 1E | 22 | 28 | 32 |
| Octal | 263 | 207 | 115 | 0 | 31 | 71 | 36 | 42 | 50 | 62 |
| Binary | 10110011 | 10000111 | 1001101 | 0 | 11001 | 111001 | 11110 | 100010 | 101000 | 110010 |
Color Harmonies of #B3874D
Complementary color
Monochromatic Colors of #B3874D
Black with #B3874D
Text Example
Text Example
White with #B3874D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3874D; }
p { color: rgb(179,135,77); }
H1.HeaderClassName
{
color: #B3874D;
}
.AnyTagClassName
{
color: #B3874D;
}
</style>
background-color css
<style>
a { background-color: #B3874D; }
a { background-color: rgb(179,135,77); }
div.DivClassName
{
background-color: #B3874D;
}
.BgClassName
{
background-color: #B3874D;
}
</style>
border-color css
<style>
span { border-color: #B3874D; }
span { border-color: rgb(179,135,77); }
td.TdClassName
{
border-color: #B3874D;
}
.TagClassName
{
border-color: #B3874D;
}
</style>