Shades of Punga #564B36
Tints of Punga #564B36
RGB
CMYK
RGB Variations
Color information
#564B36 (or 0x564B36) is known color: Punga. HEX triplet: 56, 4B and 36. RGB value is (86,75,54). Sum of RGB (Red+Green+Blue) = 86+75+54=215 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40% from 215); Green value is 75 (29.69% from 255 or 34.88% from 215); Blue value is 54 (21.48% from 255 or 25.12% from 215); Max value from RGB is 86 - color contains mainly: red. Hex color #564B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564B36 is #A9B4C9. Grayscale: #4B4B4B. Windows color (decimal): -11121866 or 3558230. OLE color: 3558230.
HSL color Cylindrical-coordinate representation of color #564B36: hue angle of 39.38º 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 #564B36 is Cyan = 0, Magento = 0.13, Yellow = 0.37 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 75 | 54 | - |
| CMYK | 0 | 0.13 | 0.37 | 0.66 |
| HSL | 39.38º | 0.23% | 0.27% | - |
| HSV(B) | 39.38º | 0.37% | 0.34% | - |
| XYZ | 7.02 | 7.28 | 4.52 | - |
| YUV | 75.9 | 115.64 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 75 | 54 | 0 | 0.13 | 0.37 | 0.66 | 39.38 | 0.23 | 0.27 |
| Hex | 56 | 4B | 36 | 0 | D | 25 | 42 | 27 | 17 | 1B |
| Octal | 126 | 113 | 66 | 0 | 15 | 45 | 102 | 47 | 27 | 33 |
| Binary | 1010110 | 1001011 | 110110 | 0 | 1101 | 100101 | 1000010 | 100111 | 10111 | 11011 |
Color Harmonies of #564B36
Complementary color
Monochromatic Colors of #564B36
Black with #564B36
Text Example
Text Example
White with #564B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564B36; }
p { color: rgb(86,75,54); }
H1.HeaderClassName
{
color: #564B36;
}
.AnyTagClassName
{
color: #564B36;
}
</style>
background-color css
<style>
a { background-color: #564B36; }
a { background-color: rgb(86,75,54); }
div.DivClassName
{
background-color: #564B36;
}
.BgClassName
{
background-color: #564B36;
}
</style>
border-color css
<style>
span { border-color: #564B36; }
span { border-color: rgb(86,75,54); }
td.TdClassName
{
border-color: #564B36;
}
.TagClassName
{
border-color: #564B36;
}
</style>