#564B2D

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

Shades of Punga #564B2D

Tints of Punga #564B2D

Color information

#564B2D (or 0x564B2D) is unknown color: approx Punga. HEX triplet: 56, 4B and 2D. RGB value is (86,75,45). Sum of RGB (Red+Green+Blue) = 86+75+45=206 (27% of max value = 765). Red value is 86 (33.98% from 255 or 41.75% from 206); Green value is 75 (29.69% from 255 or 36.41% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 86 - color contains mainly: red. Hex color #564B2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564B2D is #A9B4D2. Grayscale: #4B4B4B. Windows color (decimal): -11121875 or 2968406. OLE color: 2968406.

HSL color Cylindrical-coordinate representation of color #564B2D: hue angle of 43.9º 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 #564B2D is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.66.

Color convert

RGB867545-
CMYK00.130.480.66
HSL43.9º31.3%25.69%-
HSV(B)43.9º47.67%33.73%-
XYZ6.837.23.51-
YUV74.87111.14135.94-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 41.75%
GREEN value IS 75 (29.69% from 255) = 36.41%
BLUE value IS 45 (17.97% from 255) = 21.84%
R=41.75%
G=36.41%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.48
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86754500.130.480.6643.931.325.69
Hex564B2D0D30422c1f1a
Octal1261135501560102543732
Binary101011010010111011010110111000010000101011001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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