Shades of Punga #594D34
Tints of Punga #594D34
RGB
CMYK
RGB Variations
Color information
#594D34 (or 0x594D34) is known color: Punga. HEX triplet: 59, 4D and 34. RGB value is (89,77,52). Sum of RGB (Red+Green+Blue) = 89+77+52=218 (28% of max value = 765). Red value is 89 (35.16% from 255 or 40.83% from 218); Green value is 77 (30.47% from 255 or 35.32% from 218); Blue value is 52 (20.70% from 255 or 23.85% from 218); Max value from RGB is 89 - color contains mainly: red. Hex color #594D34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594D34 is #A6B2CB. Grayscale: #4D4D4D. Windows color (decimal): -10924748 or 3427673. OLE color: 3427673.
HSL color Cylindrical-coordinate representation of color #594D34: hue angle of 40.54º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #594D34 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 77 | 52 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.65 |
| HSL | 40.54º | 0.26% | 0.28% | - |
| HSV(B) | 40.54º | 0.42% | 0.35% | - |
| XYZ | 7.39 | 7.68 | 4.34 | - |
| YUV | 77.74 | 113.48 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 77 | 52 | 0 | 0.13 | 0.42 | 0.65 | 40.54 | 0.26 | 0.28 |
| Hex | 59 | 4D | 34 | 0 | D | 2A | 41 | 29 | 1A | 1C |
| Octal | 131 | 115 | 64 | 0 | 15 | 52 | 101 | 51 | 32 | 34 |
| Binary | 1011001 | 1001101 | 110100 | 0 | 1101 | 101010 | 1000001 | 101001 | 11010 | 11100 |
Color Harmonies of #594D34
Complementary color
Monochromatic Colors of #594D34
Black with #594D34
Text Example
Text Example
White with #594D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594D34; }
p { color: rgb(89,77,52); }
H1.HeaderClassName
{
color: #594D34;
}
.AnyTagClassName
{
color: #594D34;
}
</style>
background-color css
<style>
a { background-color: #594D34; }
a { background-color: rgb(89,77,52); }
div.DivClassName
{
background-color: #594D34;
}
.BgClassName
{
background-color: #594D34;
}
</style>
border-color css
<style>
span { border-color: #594D34; }
span { border-color: rgb(89,77,52); }
td.TdClassName
{
border-color: #594D34;
}
.TagClassName
{
border-color: #594D34;
}
</style>