#564832

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

Shades of Punga #564832

Tints of Punga #564832

Color information

#564832 (or 0x564832) is unknown color: approx Punga. HEX triplet: 56, 48 and 32. RGB value is (86,72,50). Sum of RGB (Red+Green+Blue) = 86+72+50=208 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.35% from 208); Green value is 72 (28.52% from 255 or 34.62% from 208); Blue value is 50 (19.92% from 255 or 24.04% from 208); Max value from RGB is 86 - color contains mainly: red. Hex color #564832 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564832 is #A9B7CD. Grayscale: #494949. Windows color (decimal): -11122638 or 3295318. OLE color: 3295318.

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

Color convert

RGB867250-
CMYK00.160.420.66
HSL36.67º26.47%26.67%-
HSV(B)36.67º41.86%33.73%-
XYZ6.736.843.98-
YUV73.68114.64136.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.35%
GREEN value IS 72 (28.52% from 255) = 34.62%
BLUE value IS 50 (19.92% from 255) = 24.04%
R=41.35%
G=34.62%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86725000.160.420.6636.6726.4726.67
Hex5648320102A42251a1b
Octal1261106202052102453233
Binary1010110100100011001001000010101010000101001011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564832; }

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

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

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

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

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

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

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

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