Shades of Punga #594C2F
Tints of Punga #594C2F
RGB
CMYK
RGB Variations
Color information
#594C2F (or 0x594C2F) is known color: Punga. HEX triplet: 59, 4C and 2F. RGB value is (89,76,47). Sum of RGB (Red+Green+Blue) = 89+76+47=212 (28% of max value = 765). Red value is 89 (35.16% from 255 or 41.98% from 212); Green value is 76 (30.08% from 255 or 35.85% from 212); Blue value is 47 (18.75% from 255 or 22.17% from 212); Max value from RGB is 89 - color contains mainly: red. Hex color #594C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #594C2F is #A6B3D0. Grayscale: #4C4C4C. Windows color (decimal): -10925009 or 3099737. OLE color: 3099737.
HSL color Cylindrical-coordinate representation of color #594C2F: hue angle of 41.43º 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 #594C2F is Cyan = 0, Magento = 0.15, Yellow = 0.47 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 76 | 47 | - |
| CMYK | 0 | 0.15 | 0.47 | 0.65 |
| HSL | 41.43º | 0.31% | 0.27% | - |
| HSV(B) | 41.43º | 0.47% | 0.35% | - |
| XYZ | 7.22 | 7.5 | 3.76 | - |
| YUV | 76.58 | 111.31 | 136.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 76 | 47 | 0 | 0.15 | 0.47 | 0.65 | 41.43 | 0.31 | 0.27 |
| Hex | 59 | 4C | 2F | 0 | F | 2F | 41 | 29 | 1F | 1B |
| Octal | 131 | 114 | 57 | 0 | 17 | 57 | 101 | 51 | 37 | 33 |
| Binary | 1011001 | 1001100 | 101111 | 0 | 1111 | 101111 | 1000001 | 101001 | 11111 | 11011 |
Color Harmonies of #594C2F
Complementary color
Monochromatic Colors of #594C2F
Black with #594C2F
Text Example
Text Example
White with #594C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #594C2F; }
p { color: rgb(89,76,47); }
H1.HeaderClassName
{
color: #594C2F;
}
.AnyTagClassName
{
color: #594C2F;
}
</style>
background-color css
<style>
a { background-color: #594C2F; }
a { background-color: rgb(89,76,47); }
div.DivClassName
{
background-color: #594C2F;
}
.BgClassName
{
background-color: #594C2F;
}
</style>
border-color css
<style>
span { border-color: #594C2F; }
span { border-color: rgb(89,76,47); }
td.TdClassName
{
border-color: #594C2F;
}
.TagClassName
{
border-color: #594C2F;
}
</style>