#564B36

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

Shades of Punga #564B36

Tints of Punga #564B36

Color information

#564B36 (or 0x564B36) is unknown color: approx Punga. HEX triplet: 56, 4B and 36. RGB value is (86,75,54). Sum of RGB (Red+Green+Blue) = 86+75+54=215 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40% from 215); Green value is 75 (29.69% from 255 or 34.88% from 215); Blue value is 54 (21.48% from 255 or 25.12% from 215); Max value from RGB is 86 - color contains mainly: red. Hex color #564B36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564B36 is #A9B4C9. Grayscale: #4B4B4B. Windows color (decimal): -11121866 or 3558230. OLE color: 3558230.

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

Color convert

RGB867554-
CMYK00.130.370.66
HSL39.38º22.86%27.45%-
HSV(B)39.38º37.21%33.73%-
XYZ7.027.284.52-
YUV75.9115.64135.21-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40%
GREEN value IS 75 (29.69% from 255) = 34.88%
BLUE value IS 54 (21.48% from 255) = 25.12%
R=40%
G=34.88%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86755400.130.370.6639.3822.8627.45
Hex564B360D254227171b
Octal1261136601545102472733
Binary101011010010111101100110110010110000101001111011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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