#564B33

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

Shades of Punga #564B33

Tints of Punga #564B33

Color information

#564B33 (or 0x564B33) is unknown color: approx Punga. HEX triplet: 56, 4B and 33. RGB value is (86,75,51). Sum of RGB (Red+Green+Blue) = 86+75+51=212 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.57% from 212); Green value is 75 (29.69% from 255 or 35.38% from 212); Blue value is 51 (20.31% from 255 or 24.06% from 212); Max value from RGB is 86 - color contains mainly: red. Hex color #564B33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564B33 is #A9B4CC. Grayscale: #4B4B4B. Windows color (decimal): -11121869 or 3361622. OLE color: 3361622.

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

Color convert

RGB867551-
CMYK00.130.410.66
HSL41.14º25.55%26.86%-
HSV(B)41.14º40.7%33.73%-
XYZ6.957.254.16-
YUV75.55114.14135.45-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.57%
GREEN value IS 75 (29.69% from 255) = 35.38%
BLUE value IS 51 (20.31% from 255) = 24.06%
R=40.57%
G=35.38%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86755100.130.410.6641.1425.5526.86
Hex564B330D2942291a1b
Octal1261136301551102513233
Binary101011010010111100110110110100110000101010011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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