#564C34

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

Shades of Punga #564C34

Tints of Punga #564C34

Color information

#564C34 (or 0x564C34) is unknown color: approx Punga. HEX triplet: 56, 4C and 34. RGB value is (86,76,52). Sum of RGB (Red+Green+Blue) = 86+76+52=214 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.19% from 214); Green value is 76 (30.08% from 255 or 35.51% from 214); Blue value is 52 (20.70% from 255 or 24.30% from 214); Max value from RGB is 86 - color contains mainly: red. Hex color #564C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564C34 is #A9B3CB. Grayscale: #4C4C4C. Windows color (decimal): -11121612 or 3427414. OLE color: 3427414.

HSL color Cylindrical-coordinate representation of color #564C34: hue angle of 42.35º 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 #564C34 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.66.

Color convert

RGB867652-
CMYK00.120.400.66
HSL42.35º24.64%27.06%-
HSV(B)42.35º39.53%33.73%-
XYZ7.047.44.31-
YUV76.25114.31134.95-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.19%
GREEN value IS 76 (30.08% from 255) = 35.51%
BLUE value IS 52 (20.70% from 255) = 24.30%
R=40.19%
G=35.51%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86765200.120.400.6642.3524.6427.06
Hex564C340C28422a191b
Octal1261146401450102523133
Binary101011010011001101000110010100010000101010101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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