Shades of Muddy Waters #AB7D41
Tints of Muddy Waters #AB7D41
RGB
CMYK
RGB Variations
Color information
#AB7D41 (or 0xAB7D41) is known color: Muddy Waters. HEX triplet: AB, 7D and 41. RGB value is (171,125,65). Sum of RGB (Red+Green+Blue) = 171+125+65=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 65 (25.78% from 255 or 18.01% from 361); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7D41 is #5482BE. Grayscale: #848484. Windows color (decimal): -5538495 or 4292011. OLE color: 4292011.
HSL color Cylindrical-coordinate representation of color #AB7D41: hue angle of 33.96º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB7D41 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 125 | 65 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.33 |
| HSL | 33.96º | 0.45% | 0.46% | - |
| HSV(B) | 33.96º | 0.62% | 0.67% | - |
| XYZ | 25.08 | 23.71 | 8.25 | - |
| YUV | 131.91 | 90.24 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 125 | 65 | 0 | 0.27 | 0.62 | 0.33 | 33.96 | 0.45 | 0.46 |
| Hex | AB | 7D | 41 | 0 | 1B | 3E | 21 | 22 | 2D | 2E |
| Octal | 253 | 175 | 101 | 0 | 33 | 76 | 41 | 42 | 55 | 56 |
| Binary | 10101011 | 1111101 | 1000001 | 0 | 11011 | 111110 | 100001 | 100010 | 101101 | 101110 |
Color Harmonies of #AB7D41
Complementary color
Monochromatic Colors of #AB7D41
Black with #AB7D41
Text Example
Text Example
White with #AB7D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7D41; }
p { color: rgb(171,125,65); }
H1.HeaderClassName
{
color: #AB7D41;
}
.AnyTagClassName
{
color: #AB7D41;
}
</style>
background-color css
<style>
a { background-color: #AB7D41; }
a { background-color: rgb(171,125,65); }
div.DivClassName
{
background-color: #AB7D41;
}
.BgClassName
{
background-color: #AB7D41;
}
</style>
border-color css
<style>
span { border-color: #AB7D41; }
span { border-color: rgb(171,125,65); }
td.TdClassName
{
border-color: #AB7D41;
}
.TagClassName
{
border-color: #AB7D41;
}
</style>