Shades of Punga #564D36
Tints of Punga #564D36
RGB
CMYK
RGB Variations
Color information
#564D36 (or 0x564D36) is known color: Punga. HEX triplet: 56, 4D and 36. RGB value is (86,77,54). Sum of RGB (Red+Green+Blue) = 86+77+54=217 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.63% from 217); Green value is 77 (30.47% from 255 or 35.48% from 217); Blue value is 54 (21.48% from 255 or 24.88% from 217); Max value from RGB is 86 - color contains mainly: red. Hex color #564D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564D36 is #A9B2C9. Grayscale: #4D4D4D. Windows color (decimal): -11121354 or 3558742. OLE color: 3558742.
HSL color Cylindrical-coordinate representation of color #564D36: hue angle of 43.12º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #564D36 is Cyan = 0, Magento = 0.10, Yellow = 0.37 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 77 | 54 | - |
| CMYK | 0 | 0.10 | 0.37 | 0.66 |
| HSL | 43.13º | 0.23% | 0.27% | - |
| HSV(B) | 43.13º | 0.37% | 0.34% | - |
| XYZ | 7.16 | 7.55 | 4.57 | - |
| YUV | 77.07 | 114.98 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 77 | 54 | 0 | 0.10 | 0.37 | 0.66 | 43.13 | 0.23 | 0.27 |
| Hex | 56 | 4D | 36 | 0 | A | 25 | 42 | 2B | 17 | 1B |
| Octal | 126 | 115 | 66 | 0 | 12 | 45 | 102 | 53 | 27 | 33 |
| Binary | 1010110 | 1001101 | 110110 | 0 | 1010 | 100101 | 1000010 | 101011 | 10111 | 11011 |
Color Harmonies of #564D36
Complementary color
Monochromatic Colors of #564D36
Black with #564D36
Text Example
Text Example
White with #564D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564D36; }
p { color: rgb(86,77,54); }
H1.HeaderClassName
{
color: #564D36;
}
.AnyTagClassName
{
color: #564D36;
}
</style>
background-color css
<style>
a { background-color: #564D36; }
a { background-color: rgb(86,77,54); }
div.DivClassName
{
background-color: #564D36;
}
.BgClassName
{
background-color: #564D36;
}
</style>
border-color css
<style>
span { border-color: #564D36; }
span { border-color: rgb(86,77,54); }
td.TdClassName
{
border-color: #564D36;
}
.TagClassName
{
border-color: #564D36;
}
</style>