#564C33

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

Shades of Punga #564C33

Tints of Punga #564C33

Color information

#564C33 (or 0x564C33) is unknown color: approx Punga. HEX triplet: 56, 4C and 33. RGB value is (86,76,51). Sum of RGB (Red+Green+Blue) = 86+76+51=213 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40.38% from 213); Green value is 76 (30.08% from 255 or 35.68% from 213); Blue value is 51 (20.31% from 255 or 23.94% from 213); Max value from RGB is 86 - color contains mainly: red. Hex color #564C33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564C33 is #A9B3CC. Grayscale: #4C4C4C. Windows color (decimal): -11121613 or 3361878. OLE color: 3361878.

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

Color convert

RGB867651-
CMYK00.120.410.66
HSL42.86º25.55%26.86%-
HSV(B)42.86º40.7%33.73%-
XYZ7.027.394.19-
YUV76.14113.81135.03-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 40.38%
GREEN value IS 76 (30.08% from 255) = 35.68%
BLUE value IS 51 (20.31% from 255) = 23.94%
R=40.38%
G=35.68%
B=23.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.41
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86765100.120.410.6642.8625.5526.86
Hex564C330C29422b1a1b
Octal1261146301451102533233
Binary101011010011001100110110010100110000101010111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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