Shades of Punga #564B31
Tints of Punga #564B31
RGB
CMYK
RGB Variations
Color information
#564B31 (or 0x564B31) is known color: Punga. HEX triplet: 56, 4B and 31. RGB value is (86,75,49). Sum of RGB (Red+Green+Blue) = 86+75+49=210 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.95% from 210); Green value is 75 (29.69% from 255 or 35.71% from 210); Blue value is 49 (19.53% from 255 or 23.33% from 210); Max value from RGB is 86 - color contains mainly: red. Hex color #564B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564B31 is #A9B4CE. Grayscale: #4B4B4B. Windows color (decimal): -11121871 or 3230550. OLE color: 3230550.
HSL color Cylindrical-coordinate representation of color #564B31: hue angle of 42.16º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #564B31 is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 75 | 49 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.66 |
| HSL | 42.16º | 0.27% | 0.26% | - |
| HSV(B) | 42.16º | 0.43% | 0.34% | - |
| XYZ | 6.91 | 7.23 | 3.94 | - |
| YUV | 75.33 | 113.14 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 75 | 49 | 0 | 0.13 | 0.43 | 0.66 | 42.16 | 0.27 | 0.26 |
| Hex | 56 | 4B | 31 | 0 | D | 2B | 42 | 2A | 1B | 1A |
| Octal | 126 | 113 | 61 | 0 | 15 | 53 | 102 | 52 | 33 | 32 |
| Binary | 1010110 | 1001011 | 110001 | 0 | 1101 | 101011 | 1000010 | 101010 | 11011 | 11010 |
Color Harmonies of #564B31
Complementary color
Monochromatic Colors of #564B31
Black with #564B31
Text Example
Text Example
White with #564B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564B31; }
p { color: rgb(86,75,49); }
H1.HeaderClassName
{
color: #564B31;
}
.AnyTagClassName
{
color: #564B31;
}
</style>
background-color css
<style>
a { background-color: #564B31; }
a { background-color: rgb(86,75,49); }
div.DivClassName
{
background-color: #564B31;
}
.BgClassName
{
background-color: #564B31;
}
</style>
border-color css
<style>
span { border-color: #564B31; }
span { border-color: rgb(86,75,49); }
td.TdClassName
{
border-color: #564B31;
}
.TagClassName
{
border-color: #564B31;
}
</style>