#564A34

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

Shades of Punga #564A34

Tints of Punga #564A34

Color information

#564A34 (or 0x564A34) is unknown color: approx Punga. HEX triplet: 56, 4A and 34. RGB value is (86,74,52). Sum of RGB (Red+Green+Blue) = 86+74+52=212 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.57% from 212); Green value is 74 (29.30% from 255 or 34.91% from 212); Blue value is 52 (20.70% from 255 or 24.53% from 212); Max value from RGB is 86 - color contains mainly: red. Hex color #564A34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564A34 is #A9B5CB. Grayscale: #4B4B4B. Windows color (decimal): -11122124 or 3426902. OLE color: 3426902.

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

Color convert

RGB867452-
CMYK00.140.400.66
HSL38.82º24.64%27.06%-
HSV(B)38.82º39.53%33.73%-
XYZ6.917.124.26-
YUV75.08114.98135.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.57%
GREEN value IS 74 (29.30% from 255) = 34.91%
BLUE value IS 52 (20.70% from 255) = 24.53%
R=40.57%
G=34.91%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86745200.140.400.6638.8224.6427.06
Hex564A340E284227191b
Octal1261126401650102473133
Binary101011010010101101000111010100010000101001111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564A34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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