#564A2E

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

Shades of Punga #564A2E

Tints of Punga #564A2E

Color information

#564A2E (or 0x564A2E) is unknown color: approx Punga. HEX triplet: 56, 4A and 2E. RGB value is (86,74,46). Sum of RGB (Red+Green+Blue) = 86+74+46=206 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.75% from 206); Green value is 74 (29.30% from 255 or 35.92% from 206); Blue value is 46 (18.36% from 255 or 22.33% from 206); Max value from RGB is 86 - color contains mainly: red. Hex color #564A2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564A2E is #A9B5D1. Grayscale: #4A4A4A. Windows color (decimal): -11122130 or 3033686. OLE color: 3033686.

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

Color convert

RGB867446-
CMYK00.140.470.66
HSL42º30.3%25.88%-
HSV(B)42º46.51%33.73%-
XYZ6.787.073.59-
YUV74.4111.98136.28-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.75%
GREEN value IS 74 (29.30% from 255) = 35.92%
BLUE value IS 46 (18.36% from 255) = 22.33%
R=41.75%
G=35.92%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.47
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86744600.140.470.664230.325.88
Hex564A2E0E2F422a1e1a
Octal1261125601657102523632
Binary101011010010101011100111010111110000101010101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,74,46); }

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

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

 a { background-color: rgb(86,74,46); }

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

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

 span { border-color: rgb(86,74,46); }

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