Shades of Punga #594B2E
Tints of Punga #594B2E
RGB
CMYK
RGB Variations
Color information
#594B2E (or 0x594B2E) is known color: Punga. HEX triplet: 59, 4B and 2E. RGB value is (89,75,46). Sum of RGB (Red+Green+Blue) = 89+75+46=210 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.38% from 210); Green value is 75 (29.69% from 255 or 35.71% from 210); Blue value is 46 (18.36% from 255 or 21.90% from 210); Max value from RGB is 89 - color contains mainly: red. Hex color #594B2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594B2E is #A6B4D1. Grayscale: #4C4C4C. Windows color (decimal): -10925266 or 3033945. OLE color: 3033945.
HSL color Cylindrical-coordinate representation of color #594B2E: hue angle of 40.47º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #594B2E is Cyan = 0, Magento = 0.16, Yellow = 0.48 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 75 | 46 | - |
| CMYK | 0 | 0.16 | 0.48 | 0.65 |
| HSL | 40.47º | 0.32% | 0.26% | - |
| HSV(B) | 40.47º | 0.48% | 0.35% | - |
| XYZ | 7.13 | 7.35 | 3.63 | - |
| YUV | 75.88 | 111.14 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 75 | 46 | 0 | 0.16 | 0.48 | 0.65 | 40.47 | 0.32 | 0.26 |
| Hex | 59 | 4B | 2E | 0 | 10 | 30 | 41 | 28 | 20 | 1A |
| Octal | 131 | 113 | 56 | 0 | 20 | 60 | 101 | 50 | 40 | 32 |
| Binary | 1011001 | 1001011 | 101110 | 0 | 10000 | 110000 | 1000001 | 101000 | 100000 | 11010 |
Color Harmonies of #594B2E
Complementary color
Monochromatic Colors of #594B2E
Black with #594B2E
Text Example
Text Example
White with #594B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594B2E; }
p { color: rgb(89,75,46); }
H1.HeaderClassName
{
color: #594B2E;
}
.AnyTagClassName
{
color: #594B2E;
}
</style>
background-color css
<style>
a { background-color: #594B2E; }
a { background-color: rgb(89,75,46); }
div.DivClassName
{
background-color: #594B2E;
}
.BgClassName
{
background-color: #594B2E;
}
</style>
border-color css
<style>
span { border-color: #594B2E; }
span { border-color: rgb(89,75,46); }
td.TdClassName
{
border-color: #594B2E;
}
.TagClassName
{
border-color: #594B2E;
}
</style>