#564C31

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

Shades of Punga #564C31

Tints of Punga #564C31

Color information

#564C31 (or 0x564C31) is unknown color: approx Punga. HEX triplet: 56, 4C and 31. RGB value is (86,76,49). Sum of RGB (Red+Green+Blue) = 86+76+49=211 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.76% from 211); Green value is 76 (30.08% from 255 or 36.02% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 86 - color contains mainly: red. Hex color #564C31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564C31 is #A9B3CE. Grayscale: #4C4C4C. Windows color (decimal): -11121615 or 3230806. OLE color: 3230806.

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

Color convert

RGB867649-
CMYK00.120.430.66
HSL43.78º27.41%26.47%-
HSV(B)43.78º43.02%33.73%-
XYZ6.987.373.96-
YUV75.91112.81135.2-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.76%
GREEN value IS 76 (30.08% from 255) = 36.02%
BLUE value IS 49 (19.53% from 255) = 23.22%
R=40.76%
G=36.02%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86764900.120.430.6643.7827.4126.47
Hex564C310C2B422c1b1a
Octal1261146101453102543332
Binary101011010011001100010110010101110000101011001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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