Shades of Punga #564A2B
Tints of Punga #564A2B
RGB
CMYK
RGB Variations
Color information
#564A2B (or 0x564A2B) is known color: Punga. HEX triplet: 56, 4A and 2B. RGB value is (86,74,43). Sum of RGB (Red+Green+Blue) = 86+74+43=203 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.36% from 203); Green value is 74 (29.30% from 255 or 36.45% from 203); Blue value is 43 (17.19% from 255 or 21.18% from 203); Max value from RGB is 86 - color contains mainly: red. Hex color #564A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564A2B is #A9B5D4. Grayscale: #4A4A4A. Windows color (decimal): -11122133 or 2837078. OLE color: 2837078.
HSL color Cylindrical-coordinate representation of color #564A2B: hue angle of 43.26º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #564A2B is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 74 | 43 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.66 |
| HSL | 43.26º | 0.33% | 0.25% | - |
| HSV(B) | 43.26º | 0.5% | 0.34% | - |
| XYZ | 6.72 | 7.05 | 3.29 | - |
| YUV | 74.05 | 110.48 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 74 | 43 | 0 | 0.14 | 0.50 | 0.66 | 43.26 | 0.33 | 0.25 |
| Hex | 56 | 4A | 2B | 0 | E | 32 | 42 | 2B | 21 | 19 |
| Octal | 126 | 112 | 53 | 0 | 16 | 62 | 102 | 53 | 41 | 31 |
| Binary | 1010110 | 1001010 | 101011 | 0 | 1110 | 110010 | 1000010 | 101011 | 100001 | 11001 |
Color Harmonies of #564A2B
Complementary color
Monochromatic Colors of #564A2B
Black with #564A2B
Text Example
Text Example
White with #564A2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564A2B; }
p { color: rgb(86,74,43); }
H1.HeaderClassName
{
color: #564A2B;
}
.AnyTagClassName
{
color: #564A2B;
}
</style>
background-color css
<style>
a { background-color: #564A2B; }
a { background-color: rgb(86,74,43); }
div.DivClassName
{
background-color: #564A2B;
}
.BgClassName
{
background-color: #564A2B;
}
</style>
border-color css
<style>
span { border-color: #564A2B; }
span { border-color: rgb(86,74,43); }
td.TdClassName
{
border-color: #564A2B;
}
.TagClassName
{
border-color: #564A2B;
}
</style>