#564E3A

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

Shades of Panda #564E3A

Tints of Panda #564E3A

Color information

#564E3A (or 0x564E3A) is unknown color: approx Panda. HEX triplet: 56, 4E and 3A. RGB value is (86,78,58). Sum of RGB (Red+Green+Blue) = 86+78+58=222 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.74% from 222); Green value is 78 (30.86% from 255 or 35.14% from 222); Blue value is 58 (23.05% from 255 or 26.13% from 222); Max value from RGB is 86 - color contains mainly: red. Hex color #564E3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564E3A is #A9B1C5. Grayscale: #4E4E4E. Windows color (decimal): -11121094 or 3821142. OLE color: 3821142.

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

Color convert

RGB867858-
CMYK00.090.330.66
HSL42.86º19.44%28.24%-
HSV(B)42.86º32.56%33.73%-
XYZ7.337.735.11-
YUV78.11116.65133.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 38.74%
GREEN value IS 78 (30.86% from 255) = 35.14%
BLUE value IS 58 (23.05% from 255) = 26.13%
R=38.74%
G=35.14%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86785800.090.330.6642.8619.4428.24
Hex564E3A0921422b131c
Octal1261167201141102532334
Binary101011010011101110100100110000110000101010111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,78,58); }

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

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

 a { background-color: rgb(86,78,58); }

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

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

 span { border-color: rgb(86,78,58); }

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