Shades of Punga #564A30
Tints of Punga #564A30
RGB
CMYK
RGB Variations
Color information
#564A30 (or 0x564A30) is known color: Punga. HEX triplet: 56, 4A and 30. RGB value is (86,74,48). Sum of RGB (Red+Green+Blue) = 86+74+48=208 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.35% from 208); Green value is 74 (29.30% from 255 or 35.58% from 208); Blue value is 48 (19.14% from 255 or 23.08% from 208); Max value from RGB is 86 - color contains mainly: red. Hex color #564A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564A30 is #A9B5CF. Grayscale: #4A4A4A. Windows color (decimal): -11122128 or 3164758. OLE color: 3164758.
HSL color Cylindrical-coordinate representation of color #564A30: hue angle of 41.05º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #564A30 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 74 | 48 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.66 |
| HSL | 41.05º | 0.28% | 0.26% | - |
| HSV(B) | 41.05º | 0.44% | 0.34% | - |
| XYZ | 6.82 | 7.09 | 3.81 | - |
| YUV | 74.62 | 112.98 | 136.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 74 | 48 | 0 | 0.14 | 0.44 | 0.66 | 41.05 | 0.28 | 0.26 |
| Hex | 56 | 4A | 30 | 0 | E | 2C | 42 | 29 | 1C | 1A |
| Octal | 126 | 112 | 60 | 0 | 16 | 54 | 102 | 51 | 34 | 32 |
| Binary | 1010110 | 1001010 | 110000 | 0 | 1110 | 101100 | 1000010 | 101001 | 11100 | 11010 |
Color Harmonies of #564A30
Complementary color
Monochromatic Colors of #564A30
Black with #564A30
Text Example
Text Example
White with #564A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564A30; }
p { color: rgb(86,74,48); }
H1.HeaderClassName
{
color: #564A30;
}
.AnyTagClassName
{
color: #564A30;
}
</style>
background-color css
<style>
a { background-color: #564A30; }
a { background-color: rgb(86,74,48); }
div.DivClassName
{
background-color: #564A30;
}
.BgClassName
{
background-color: #564A30;
}
</style>
border-color css
<style>
span { border-color: #564A30; }
span { border-color: rgb(86,74,48); }
td.TdClassName
{
border-color: #564A30;
}
.TagClassName
{
border-color: #564A30;
}
</style>