#564C2E

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

Shades of Punga #564C2E

Tints of Punga #564C2E

Color information

#564C2E (or 0x564C2E) is unknown color: approx Punga. HEX triplet: 56, 4C and 2E. RGB value is (86,76,46). Sum of RGB (Red+Green+Blue) = 86+76+46=208 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.35% from 208); Green value is 76 (30.08% from 255 or 36.54% from 208); Blue value is 46 (18.36% from 255 or 22.12% from 208); Max value from RGB is 86 - color contains mainly: red. Hex color #564C2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564C2E is #A9B3D1. Grayscale: #4B4B4B. Windows color (decimal): -11121618 or 3034198. OLE color: 3034198.

HSL color Cylindrical-coordinate representation of color #564C2E: hue angle of 45º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #564C2E is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.66.

Color convert

RGB867646-
CMYK00.120.470.66
HSL45º30.3%25.88%-
HSV(B)45º46.51%33.73%-
XYZ6.927.343.64-
YUV75.57111.31135.44-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.35%
GREEN value IS 76 (30.08% from 255) = 36.54%
BLUE value IS 46 (18.36% from 255) = 22.12%
R=41.35%
G=36.54%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.47
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86764600.120.470.664530.325.88
Hex564C2E0C2F422d1e1a
Octal1261145601457102553632
Binary101011010011001011100110010111110000101011011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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