Shades of Muddy Waters #AB7B40
Tints of Muddy Waters #AB7B40
RGB
CMYK
RGB Variations
Color information
#AB7B40 (or 0xAB7B40) is known color: Muddy Waters. HEX triplet: AB, 7B and 40. RGB value is (171,123,64). Sum of RGB (Red+Green+Blue) = 171+123+64=358 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.77% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7B40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7B40 is #5484BF. Grayscale: #828282. Windows color (decimal): -5539008 or 4225963. OLE color: 4225963.
HSL color Cylindrical-coordinate representation of color #AB7B40: hue angle of 33.08º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB7B40 is Cyan = 0, Magento = 0.28, Yellow = 0.63 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 123 | 64 | - |
| CMYK | 0 | 0.28 | 0.63 | 0.33 |
| HSL | 33.08º | 0.46% | 0.46% | - |
| HSV(B) | 33.08º | 0.63% | 0.67% | - |
| XYZ | 24.8 | 23.19 | 8.02 | - |
| YUV | 130.63 | 90.4 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 123 | 64 | 0 | 0.28 | 0.63 | 0.33 | 33.08 | 0.46 | 0.46 |
| Hex | AB | 7B | 40 | 0 | 1C | 3F | 21 | 21 | 2E | 2E |
| Octal | 253 | 173 | 100 | 0 | 34 | 77 | 41 | 41 | 56 | 56 |
| Binary | 10101011 | 1111011 | 1000000 | 0 | 11100 | 111111 | 100001 | 100001 | 101110 | 101110 |
Color Harmonies of #AB7B40
Complementary color
Monochromatic Colors of #AB7B40
Black with #AB7B40
Text Example
Text Example
White with #AB7B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7B40; }
p { color: rgb(171,123,64); }
H1.HeaderClassName
{
color: #AB7B40;
}
.AnyTagClassName
{
color: #AB7B40;
}
</style>
background-color css
<style>
a { background-color: #AB7B40; }
a { background-color: rgb(171,123,64); }
div.DivClassName
{
background-color: #AB7B40;
}
.BgClassName
{
background-color: #AB7B40;
}
</style>
border-color css
<style>
span { border-color: #AB7B40; }
span { border-color: rgb(171,123,64); }
td.TdClassName
{
border-color: #AB7B40;
}
.TagClassName
{
border-color: #AB7B40;
}
</style>