Shades of Punga #594A2F
Tints of Punga #594A2F
RGB
CMYK
RGB Variations
Color information
#594A2F (or 0x594A2F) is known color: Punga. HEX triplet: 59, 4A and 2F. RGB value is (89,74,47). Sum of RGB (Red+Green+Blue) = 89+74+47=210 (27% of max value = 765). Red value is 89 (35.16% from 255 or 42.38% from 210); Green value is 74 (29.30% from 255 or 35.24% from 210); Blue value is 47 (18.75% from 255 or 22.38% from 210); Max value from RGB is 89 - color contains mainly: red. Hex color #594A2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594A2F is #A6B5D0. Grayscale: #4B4B4B. Windows color (decimal): -10925521 or 3099225. OLE color: 3099225.
HSL color Cylindrical-coordinate representation of color #594A2F: hue angle of 38.57º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #594A2F is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 74 | 47 | - |
| CMYK | 0 | 0.17 | 0.47 | 0.65 |
| HSL | 38.57º | 0.31% | 0.27% | - |
| HSV(B) | 38.57º | 0.47% | 0.35% | - |
| XYZ | 7.08 | 7.23 | 3.71 | - |
| YUV | 75.41 | 111.97 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 74 | 47 | 0 | 0.17 | 0.47 | 0.65 | 38.57 | 0.31 | 0.27 |
| Hex | 59 | 4A | 2F | 0 | 11 | 2F | 41 | 27 | 1F | 1B |
| Octal | 131 | 112 | 57 | 0 | 21 | 57 | 101 | 47 | 37 | 33 |
| Binary | 1011001 | 1001010 | 101111 | 0 | 10001 | 101111 | 1000001 | 100111 | 11111 | 11011 |
Color Harmonies of #594A2F
Complementary color
Monochromatic Colors of #594A2F
Black with #594A2F
Text Example
Text Example
White with #594A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594A2F; }
p { color: rgb(89,74,47); }
H1.HeaderClassName
{
color: #594A2F;
}
.AnyTagClassName
{
color: #594A2F;
}
</style>
background-color css
<style>
a { background-color: #594A2F; }
a { background-color: rgb(89,74,47); }
div.DivClassName
{
background-color: #594A2F;
}
.BgClassName
{
background-color: #594A2F;
}
</style>
border-color css
<style>
span { border-color: #594A2F; }
span { border-color: rgb(89,74,47); }
td.TdClassName
{
border-color: #594A2F;
}
.TagClassName
{
border-color: #594A2F;
}
</style>