Shades of Punga #594E36
Tints of Punga #594E36
RGB
CMYK
RGB Variations
Color information
#594E36 (or 0x594E36) is known color: Punga. HEX triplet: 59, 4E and 36. RGB value is (89,78,54). Sum of RGB (Red+Green+Blue) = 89+78+54=221 (29% of max value = 765). Red value is 89 (35.16% from 255 or 40.27% from 221); Green value is 78 (30.86% from 255 or 35.29% from 221); Blue value is 54 (21.48% from 255 or 24.43% from 221); Max value from RGB is 89 - color contains mainly: red. Hex color #594E36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #594E36 is #A6B1C9. Grayscale: #4E4E4E. Windows color (decimal): -10924490 or 3559001. OLE color: 3559001.
HSL color Cylindrical-coordinate representation of color #594E36: hue angle of 41.14º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #594E36 is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 78 | 54 | - |
| CMYK | 0 | 0.12 | 0.39 | 0.65 |
| HSL | 41.14º | 0.24% | 0.28% | - |
| HSV(B) | 41.14º | 0.39% | 0.35% | - |
| XYZ | 7.51 | 7.84 | 4.61 | - |
| YUV | 78.55 | 114.14 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 78 | 54 | 0 | 0.12 | 0.39 | 0.65 | 41.14 | 0.24 | 0.28 |
| Hex | 59 | 4E | 36 | 0 | C | 27 | 41 | 29 | 18 | 1C |
| Octal | 131 | 116 | 66 | 0 | 14 | 47 | 101 | 51 | 30 | 34 |
| Binary | 1011001 | 1001110 | 110110 | 0 | 1100 | 100111 | 1000001 | 101001 | 11000 | 11100 |
Color Harmonies of #594E36
Complementary color
Monochromatic Colors of #594E36
Black with #594E36
Text Example
Text Example
White with #594E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594E36; }
p { color: rgb(89,78,54); }
H1.HeaderClassName
{
color: #594E36;
}
.AnyTagClassName
{
color: #594E36;
}
</style>
background-color css
<style>
a { background-color: #594E36; }
a { background-color: rgb(89,78,54); }
div.DivClassName
{
background-color: #594E36;
}
.BgClassName
{
background-color: #594E36;
}
</style>
border-color css
<style>
span { border-color: #594E36; }
span { border-color: rgb(89,78,54); }
td.TdClassName
{
border-color: #594E36;
}
.TagClassName
{
border-color: #594E36;
}
</style>