#564A2D

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

Shades of Punga #564A2D

Tints of Punga #564A2D

Color information

#564A2D (or 0x564A2D) is unknown color: approx Punga. HEX triplet: 56, 4A and 2D. RGB value is (86,74,45). Sum of RGB (Red+Green+Blue) = 86+74+45=205 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.95% from 205); Green value is 74 (29.30% from 255 or 36.10% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 86 - color contains mainly: red. Hex color #564A2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564A2D is #A9B5D2. Grayscale: #4A4A4A. Windows color (decimal): -11122131 or 2968150. OLE color: 2968150.

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

Color convert

RGB867445-
CMYK00.140.480.66
HSL42.44º31.3%25.69%-
HSV(B)42.44º47.67%33.73%-
XYZ6.767.073.49-
YUV74.28111.48136.36-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.95%
GREEN value IS 74 (29.30% from 255) = 36.10%
BLUE value IS 45 (17.97% from 255) = 21.95%
R=41.95%
G=36.10%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86744500.140.480.6642.4431.325.69
Hex564A2D0E30422a1f1a
Octal1261125501660102523732
Binary101011010010101011010111011000010000101010101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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