#564B37

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

Shades of Punga #564B37

Tints of Punga #564B37

Color information

#564B37 (or 0x564B37) is unknown color: approx Punga. HEX triplet: 56, 4B and 37. RGB value is (86,75,55). Sum of RGB (Red+Green+Blue) = 86+75+55=216 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.81% from 216); Green value is 75 (29.69% from 255 or 34.72% from 216); Blue value is 55 (21.88% from 255 or 25.46% from 216); Max value from RGB is 86 - color contains mainly: red. Hex color #564B37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564B37 is #A9B4C8. Grayscale: #4C4C4C. Windows color (decimal): -11121865 or 3623766. OLE color: 3623766.

HSL color Cylindrical-coordinate representation of color #564B37: hue angle of 38.71º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #564B37 is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.66.

Color convert

RGB867555-
CMYK00.130.360.66
HSL38.71º21.99%27.65%-
HSV(B)38.71º36.05%33.73%-
XYZ7.047.294.65-
YUV76.01116.14135.13-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 39.81%
GREEN value IS 75 (29.69% from 255) = 34.72%
BLUE value IS 55 (21.88% from 255) = 25.46%
R=39.81%
G=34.72%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86755500.130.360.6638.7121.9927.65
Hex564B370D244227161c
Octal1261136701544102472634
Binary101011010010111101110110110010010000101001111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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