#514E40

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

Shades of Panda #514E40

Tints of Panda #514E40

Color information

#514E40 (or 0x514E40) is unknown color: approx Panda. HEX triplet: 51, 4E and 40. RGB value is (81,78,64). Sum of RGB (Red+Green+Blue) = 81+78+64=223 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.32% from 223); Green value is 78 (30.86% from 255 or 34.98% from 223); Blue value is 64 (25.39% from 255 or 28.70% from 223); Max value from RGB is 81 - color contains mainly: red. Hex color #514E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514E40 is #AEB1BF. Grayscale: #4D4D4D. Windows color (decimal): -11448768 or 4214353. OLE color: 4214353.

HSL color Cylindrical-coordinate representation of color #514E40: hue angle of 49.41º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #514E40 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB817864-
CMYK00.040.210.68
HSL49.41º11.72%28.43%-
HSV(B)49.41º20.99%31.76%-
XYZ7.047.575.94-
YUV77.3120.49130.64-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.32%
GREEN value IS 78 (30.86% from 255) = 34.98%
BLUE value IS 64 (25.39% from 255) = 28.70%
R=36.32%
G=34.98%
B=28.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81786400.040.210.6849.4111.7228.43
Hex514E4004154431c1c
Octal1211161000425104611434
Binary1010001100111010000000100101011000100110001110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514E40; }

 p { color: rgb(81,78,64); }

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

<style>
 a { background-color: #514E40; }

 a { background-color: rgb(81,78,64); }

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

<style>
 span { border-color: #514E40; }

 span { border-color: rgb(81,78,64); }

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