#564932

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

Shades of Punga #564932

Tints of Punga #564932

Color information

#564932 (or 0x564932) is unknown color: approx Punga. HEX triplet: 56, 49 and 32. RGB value is (86,73,50). Sum of RGB (Red+Green+Blue) = 86+73+50=209 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.15% from 209); Green value is 73 (28.91% from 255 or 34.93% from 209); Blue value is 50 (19.92% from 255 or 23.92% from 209); Max value from RGB is 86 - color contains mainly: red. Hex color #564932 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564932 is #A9B6CD. Grayscale: #4A4A4A. Windows color (decimal): -11122382 or 3295574. OLE color: 3295574.

HSL color Cylindrical-coordinate representation of color #564932: hue angle of 38.33º 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 #564932 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.66.

Color convert

RGB867350-
CMYK00.150.420.66
HSL38.33º26.47%26.67%-
HSV(B)38.33º41.86%33.73%-
XYZ6.86.974.01-
YUV74.26114.31136.37-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.15%
GREEN value IS 73 (28.91% from 255) = 34.93%
BLUE value IS 50 (19.92% from 255) = 23.92%
R=41.15%
G=34.93%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86735000.150.420.6638.3326.4726.67
Hex5649320F2A42261a1b
Octal1261116201752102463233
Binary101011010010011100100111110101010000101001101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564932; }

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

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

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

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

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

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

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

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