Shades of Punga #564C34
Tints of Punga #564C34
RGB
CMYK
RGB Variations
Color information
#564C34 (or 0x564C34) is known color: Punga. HEX triplet: 56, 4C and 34. RGB value is (86,76,52). Sum of RGB (Red+Green+Blue) = 86+76+52=214 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.19% from 214); Green value is 76 (30.08% from 255 or 35.51% from 214); Blue value is 52 (20.70% from 255 or 24.30% from 214); Max value from RGB is 86 - color contains mainly: red. Hex color #564C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564C34 is #A9B3CB. Grayscale: #4C4C4C. Windows color (decimal): -11121612 or 3427414. OLE color: 3427414.
HSL color Cylindrical-coordinate representation of color #564C34: hue angle of 42.35º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #564C34 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 76 | 52 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.66 |
| HSL | 42.35º | 0.25% | 0.27% | - |
| HSV(B) | 42.35º | 0.4% | 0.34% | - |
| XYZ | 7.04 | 7.4 | 4.31 | - |
| YUV | 76.25 | 114.31 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 76 | 52 | 0 | 0.12 | 0.40 | 0.66 | 42.35 | 0.25 | 0.27 |
| Hex | 56 | 4C | 34 | 0 | C | 28 | 42 | 2A | 19 | 1B |
| Octal | 126 | 114 | 64 | 0 | 14 | 50 | 102 | 52 | 31 | 33 |
| Binary | 1010110 | 1001100 | 110100 | 0 | 1100 | 101000 | 1000010 | 101010 | 11001 | 11011 |
Color Harmonies of #564C34
Complementary color
Monochromatic Colors of #564C34
Black with #564C34
Text Example
Text Example
White with #564C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564C34; }
p { color: rgb(86,76,52); }
H1.HeaderClassName
{
color: #564C34;
}
.AnyTagClassName
{
color: #564C34;
}
</style>
background-color css
<style>
a { background-color: #564C34; }
a { background-color: rgb(86,76,52); }
div.DivClassName
{
background-color: #564C34;
}
.BgClassName
{
background-color: #564C34;
}
</style>
border-color css
<style>
span { border-color: #564C34; }
span { border-color: rgb(86,76,52); }
td.TdClassName
{
border-color: #564C34;
}
.TagClassName
{
border-color: #564C34;
}
</style>