#564B32

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

Shades of Punga #564B32

Tints of Punga #564B32

Color information

#564B32 (or 0x564B32) is unknown color: approx Punga. HEX triplet: 56, 4B and 32. RGB value is (86,75,50). Sum of RGB (Red+Green+Blue) = 86+75+50=211 (27% of max value = 765). Red value is 86 (33.98% from 255 or 40.76% from 211); Green value is 75 (29.69% from 255 or 35.55% from 211); Blue value is 50 (19.92% from 255 or 23.70% from 211); Max value from RGB is 86 - color contains mainly: red. Hex color #564B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564B32 is #A9B4CD. Grayscale: #4B4B4B. Windows color (decimal): -11121870 or 3296086. OLE color: 3296086.

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

Color convert

RGB867550-
CMYK00.130.420.66
HSL41.67º26.47%26.67%-
HSV(B)41.67º41.86%33.73%-
XYZ6.937.244.05-
YUV75.44113.64135.53-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.76%
GREEN value IS 75 (29.69% from 255) = 35.55%
BLUE value IS 50 (19.92% from 255) = 23.70%
R=40.76%
G=35.55%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86755000.130.420.6641.6726.4726.67
Hex564B320D2A422a1a1b
Octal1261136201552102523233
Binary101011010010111100100110110101010000101010101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564B32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,75,50); }

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

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

 a { background-color: rgb(86,75,50); }

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

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

 span { border-color: rgb(86,75,50); }

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