Shades of Punga #564B2C
Tints of Punga #564B2C
RGB
CMYK
RGB Variations
Color information
#564B2C (or 0x564B2C) is known color: Punga. HEX triplet: 56, 4B and 2C. RGB value is (86,75,44). Sum of RGB (Red+Green+Blue) = 86+75+44=205 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.95% from 205); Green value is 75 (29.69% from 255 or 36.59% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 86 - color contains mainly: red. Hex color #564B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564B2C is #A9B4D3. Grayscale: #4A4A4A. Windows color (decimal): -11121876 or 2902870. OLE color: 2902870.
HSL color Cylindrical-coordinate representation of color #564B2C: hue angle of 44.29º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #564B2C is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 75 | 44 | - |
| CMYK | 0 | 0.13 | 0.49 | 0.66 |
| HSL | 44.29º | 0.32% | 0.25% | - |
| HSV(B) | 44.29º | 0.49% | 0.34% | - |
| XYZ | 6.81 | 7.19 | 3.41 | - |
| YUV | 74.76 | 110.64 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 75 | 44 | 0 | 0.13 | 0.49 | 0.66 | 44.29 | 0.32 | 0.25 |
| Hex | 56 | 4B | 2C | 0 | D | 31 | 42 | 2C | 20 | 19 |
| Octal | 126 | 113 | 54 | 0 | 15 | 61 | 102 | 54 | 40 | 31 |
| Binary | 1010110 | 1001011 | 101100 | 0 | 1101 | 110001 | 1000010 | 101100 | 100000 | 11001 |
Color Harmonies of #564B2C
Complementary color
Monochromatic Colors of #564B2C
Black with #564B2C
Text Example
Text Example
White with #564B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564B2C; }
p { color: rgb(86,75,44); }
H1.HeaderClassName
{
color: #564B2C;
}
.AnyTagClassName
{
color: #564B2C;
}
</style>
background-color css
<style>
a { background-color: #564B2C; }
a { background-color: rgb(86,75,44); }
div.DivClassName
{
background-color: #564B2C;
}
.BgClassName
{
background-color: #564B2C;
}
</style>
border-color css
<style>
span { border-color: #564B2C; }
span { border-color: rgb(86,75,44); }
td.TdClassName
{
border-color: #564B2C;
}
.TagClassName
{
border-color: #564B2C;
}
</style>