#564D33

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

Shades of Punga #564D33

Tints of Punga #564D33

Color information

#564D33 (or 0x564D33) is unknown color: approx Punga. HEX triplet: 56, 4D and 33. RGB value is (86,77,51). Sum of RGB (Red+Green+Blue) = 86+77+51=214 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.19% from 214); Green value is 77 (30.47% from 255 or 35.98% from 214); Blue value is 51 (20.31% from 255 or 23.83% from 214); Max value from RGB is 86 - color contains mainly: red. Hex color #564D33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564D33 is #A9B2CC. Grayscale: #4C4C4C. Windows color (decimal): -11121357 or 3362134. OLE color: 3362134.

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

Color convert

RGB867751-
CMYK00.100.410.66
HSL44.57º25.55%26.86%-
HSV(B)44.57º40.7%33.73%-
XYZ7.097.534.21-
YUV76.73113.48134.61-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.19%
GREEN value IS 77 (30.47% from 255) = 35.98%
BLUE value IS 51 (20.31% from 255) = 23.83%
R=40.19%
G=35.98%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.41
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86775100.100.410.6644.5725.5526.86
Hex564D330A29422d1a1b
Octal1261156301251102553233
Binary101011010011011100110101010100110000101011011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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