Shades of Punga #564C33
Tints of Punga #564C33
RGB
CMYK
RGB Variations
Color information
#564C33 (or 0x564C33) is known color: Punga. HEX triplet: 56, 4C and 33. RGB value is (86,76,51). Sum of RGB (Red+Green+Blue) = 86+76+51=213 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.38% from 213); Green value is 76 (30.08% from 255 or 35.68% from 213); Blue value is 51 (20.31% from 255 or 23.94% from 213); Max value from RGB is 86 - color contains mainly: red. Hex color #564C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564C33 is #A9B3CC. Grayscale: #4C4C4C. Windows color (decimal): -11121613 or 3361878. OLE color: 3361878.
HSL color Cylindrical-coordinate representation of color #564C33: hue angle of 42.86º degrees, saturation: 0.26, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #564C33 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 76 | 51 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.66 |
| HSL | 42.86º | 0.26% | 0.27% | - |
| HSV(B) | 42.86º | 0.41% | 0.34% | - |
| XYZ | 7.02 | 7.39 | 4.19 | - |
| YUV | 76.14 | 113.81 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 76 | 51 | 0 | 0.12 | 0.41 | 0.66 | 42.86 | 0.26 | 0.27 |
| Hex | 56 | 4C | 33 | 0 | C | 29 | 42 | 2B | 1A | 1B |
| Octal | 126 | 114 | 63 | 0 | 14 | 51 | 102 | 53 | 32 | 33 |
| Binary | 1010110 | 1001100 | 110011 | 0 | 1100 | 101001 | 1000010 | 101011 | 11010 | 11011 |
Color Harmonies of #564C33
Complementary color
Monochromatic Colors of #564C33
Black with #564C33
Text Example
Text Example
White with #564C33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564C33; }
p { color: rgb(86,76,51); }
H1.HeaderClassName
{
color: #564C33;
}
.AnyTagClassName
{
color: #564C33;
}
</style>
background-color css
<style>
a { background-color: #564C33; }
a { background-color: rgb(86,76,51); }
div.DivClassName
{
background-color: #564C33;
}
.BgClassName
{
background-color: #564C33;
}
</style>
border-color css
<style>
span { border-color: #564C33; }
span { border-color: rgb(86,76,51); }
td.TdClassName
{
border-color: #564C33;
}
.TagClassName
{
border-color: #564C33;
}
</style>