Shades of Congo Brown #594D4A
Tints of Congo Brown #594D4A
RGB
CMYK
RGB Variations
Color information
#594D4A (or 0x594D4A) is known color: Congo Brown. HEX triplet: 59, 4D and 4A. RGB value is (89,77,74). Sum of RGB (Red+Green+Blue) = 89+77+74=240 (31% of max value = 765). Red value is 89 (35.16% from 255 or 37.08% from 240); Green value is 77 (30.47% from 255 or 32.08% from 240); Blue value is 74 (29.30% from 255 or 30.83% from 240); Max value from RGB is 89 - color contains mainly: red. Hex color #594D4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594D4A is #A6B2B5. Grayscale: #505050. Windows color (decimal): -10924726 or 4869465. OLE color: 4869465.
HSL color Cylindrical-coordinate representation of color #594D4A: hue angle of 12º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #594D4A is Cyan = 0, Magento = 0.13, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 77 | 74 | - |
| CMYK | 0 | 0.13 | 0.17 | 0.65 |
| HSL | 12º | 0.09% | 0.32% | - |
| HSV(B) | 12º | 0.17% | 0.35% | - |
| XYZ | 8.01 | 7.93 | 7.59 | - |
| YUV | 80.25 | 124.48 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 77 | 74 | 0 | 0.13 | 0.17 | 0.65 | 12 | 0.09 | 0.32 |
| Hex | 59 | 4D | 4A | 0 | D | 11 | 41 | C | 9 | 20 |
| Octal | 131 | 115 | 112 | 0 | 15 | 21 | 101 | 14 | 11 | 40 |
| Binary | 1011001 | 1001101 | 1001010 | 0 | 1101 | 10001 | 1000001 | 1100 | 1001 | 100000 |
Color Harmonies of #594D4A
Complementary color
Monochromatic Colors of #594D4A
Black with #594D4A
Text Example
Text Example
White with #594D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594D4A; }
p { color: rgb(89,77,74); }
H1.HeaderClassName
{
color: #594D4A;
}
.AnyTagClassName
{
color: #594D4A;
}
</style>
background-color css
<style>
a { background-color: #594D4A; }
a { background-color: rgb(89,77,74); }
div.DivClassName
{
background-color: #594D4A;
}
.BgClassName
{
background-color: #594D4A;
}
</style>
border-color css
<style>
span { border-color: #594D4A; }
span { border-color: rgb(89,77,74); }
td.TdClassName
{
border-color: #594D4A;
}
.TagClassName
{
border-color: #594D4A;
}
</style>