Shades of Muddy Waters #AB7C41
Tints of Muddy Waters #AB7C41
RGB
CMYK
RGB Variations
Color information
#AB7C41 (or 0xAB7C41) is known color: Muddy Waters. HEX triplet: AB, 7C and 41. RGB value is (171,124,65). Sum of RGB (Red+Green+Blue) = 171+124+65=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 124 (48.83% from 255 or 34.44% from 360); Blue value is 65 (25.78% from 255 or 18.06% from 360); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7C41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7C41 is #5483BE. Grayscale: #838383. Windows color (decimal): -5538751 or 4291755. OLE color: 4291755.
HSL color Cylindrical-coordinate representation of color #AB7C41: hue angle of 33.4º 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 #AB7C41 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 124 | 65 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.33 |
| HSL | 33.4º | 0.45% | 0.46% | - |
| HSV(B) | 33.4º | 0.62% | 0.67% | - |
| XYZ | 24.96 | 23.45 | 8.21 | - |
| YUV | 131.33 | 90.57 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 124 | 65 | 0 | 0.27 | 0.62 | 0.33 | 33.4 | 0.45 | 0.46 |
| Hex | AB | 7C | 41 | 0 | 1B | 3E | 21 | 21 | 2D | 2E |
| Octal | 253 | 174 | 101 | 0 | 33 | 76 | 41 | 41 | 55 | 56 |
| Binary | 10101011 | 1111100 | 1000001 | 0 | 11011 | 111110 | 100001 | 100001 | 101101 | 101110 |
Color Harmonies of #AB7C41
Complementary color
Monochromatic Colors of #AB7C41
Black with #AB7C41
Text Example
Text Example
White with #AB7C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7C41; }
p { color: rgb(171,124,65); }
H1.HeaderClassName
{
color: #AB7C41;
}
.AnyTagClassName
{
color: #AB7C41;
}
</style>
background-color css
<style>
a { background-color: #AB7C41; }
a { background-color: rgb(171,124,65); }
div.DivClassName
{
background-color: #AB7C41;
}
.BgClassName
{
background-color: #AB7C41;
}
</style>
border-color css
<style>
span { border-color: #AB7C41; }
span { border-color: rgb(171,124,65); }
td.TdClassName
{
border-color: #AB7C41;
}
.TagClassName
{
border-color: #AB7C41;
}
</style>