Shades of Punga #594D32
Tints of Punga #594D32
RGB
CMYK
RGB Variations
Color information
#594D32 (or 0x594D32) is known color: Punga. HEX triplet: 59, 4D and 32. RGB value is (89,77,50). Sum of RGB (Red+Green+Blue) = 89+77+50=216 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.20% from 216); Green value is 77 (30.47% from 255 or 35.65% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 89 - color contains mainly: red. Hex color #594D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594D32 is #A6B2CD. Grayscale: #4D4D4D. Windows color (decimal): -10924750 or 3296601. OLE color: 3296601.
HSL color Cylindrical-coordinate representation of color #594D32: hue angle of 41.54º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #594D32 is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 77 | 50 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.65 |
| HSL | 41.54º | 0.28% | 0.27% | - |
| HSV(B) | 41.54º | 0.44% | 0.35% | - |
| XYZ | 7.35 | 7.66 | 4.11 | - |
| YUV | 77.51 | 112.48 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 77 | 50 | 0 | 0.13 | 0.44 | 0.65 | 41.54 | 0.28 | 0.27 |
| Hex | 59 | 4D | 32 | 0 | D | 2C | 41 | 2A | 1C | 1B |
| Octal | 131 | 115 | 62 | 0 | 15 | 54 | 101 | 52 | 34 | 33 |
| Binary | 1011001 | 1001101 | 110010 | 0 | 1101 | 101100 | 1000001 | 101010 | 11100 | 11011 |
Color Harmonies of #594D32
Complementary color
Monochromatic Colors of #594D32
Black with #594D32
Text Example
Text Example
White with #594D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594D32; }
p { color: rgb(89,77,50); }
H1.HeaderClassName
{
color: #594D32;
}
.AnyTagClassName
{
color: #594D32;
}
</style>
background-color css
<style>
a { background-color: #594D32; }
a { background-color: rgb(89,77,50); }
div.DivClassName
{
background-color: #594D32;
}
.BgClassName
{
background-color: #594D32;
}
</style>
border-color css
<style>
span { border-color: #594D32; }
span { border-color: rgb(89,77,50); }
td.TdClassName
{
border-color: #594D32;
}
.TagClassName
{
border-color: #594D32;
}
</style>