#564D34

Color #564D34 Punga (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Punga #564D34

Tints of Punga #564D34

Color information

#564D34 (or 0x564D34) is unknown color: approx Punga. HEX triplet: 56, 4D and 34. RGB value is (86,77,52). Sum of RGB (Red+Green+Blue) = 86+77+52=215 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40% from 215); Green value is 77 (30.47% from 255 or 35.81% from 215); Blue value is 52 (20.70% from 255 or 24.19% from 215); Max value from RGB is 86 - color contains mainly: red. Hex color #564D34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564D34 is #A9B2CB. Grayscale: #4C4C4C. Windows color (decimal): -11121356 or 3427670. OLE color: 3427670.

HSL color Cylindrical-coordinate representation of color #564D34: hue angle of 44.12º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #564D34 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.66.

Color convert

RGB867752-
CMYK00.100.400.66
HSL44.12º24.64%27.06%-
HSV(B)44.12º39.53%33.73%-
XYZ7.117.534.33-
YUV76.84113.98134.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 40%
GREEN value IS 77 (30.47% from 255) = 35.81%
BLUE value IS 52 (20.70% from 255) = 24.19%
R=40%
G=35.81%
B=24.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.40
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86775200.100.400.6644.1224.6427.06
Hex564D340A28422c191b
Octal1261156401250102543133
Binary101011010011011101000101010100010000101011001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564D34; }

 p { color: rgb(86,77,52); }

 H1.HeaderClassName
 {
   color: #564D34;
 }
 .AnyTagClassName
 {
   color: #564D34;
 }
</style>
background-color css

<style>
 a { background-color: #564D34; }

 a { background-color: rgb(86,77,52); }

 div.DivClassName
 {
   background-color: #564D34;
 }
 .BgClassName
 {
   background-color: #564D34;
 }
</style>
border-color css

<style>
 span { border-color: #564D34; }

 span { border-color: rgb(86,77,52); }

 td.TdClassName
 {
   border-color: #564D34;
 }
 .TagClassName
 {
   border-color: #564D34;
 }
</style>