#514E3C

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

Shades of Panda #514E3C

Tints of Panda #514E3C

Color information

#514E3C (or 0x514E3C) is unknown color: approx Panda. HEX triplet: 51, 4E and 3C. RGB value is (81,78,60). Sum of RGB (Red+Green+Blue) = 81+78+60=219 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.99% from 219); Green value is 78 (30.86% from 255 or 35.62% from 219); Blue value is 60 (23.83% from 255 or 27.40% from 219); Max value from RGB is 81 - color contains mainly: red. Hex color #514E3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514E3C is #AEB1C3. Grayscale: #4C4C4C. Windows color (decimal): -11448772 or 3952209. OLE color: 3952209.

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

Color convert

RGB817860-
CMYK00.040.260.68
HSL51.43º14.89%27.65%-
HSV(B)51.43º25.93%31.76%-
XYZ6.937.525.36-
YUV76.84118.49130.96-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.99%
GREEN value IS 78 (30.86% from 255) = 35.62%
BLUE value IS 60 (23.83% from 255) = 27.40%
R=36.99%
G=35.62%
B=27.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81786000.040.260.6851.4314.8927.65
Hex514E3C041A4433f1c
Octal121116740432104631734
Binary101000110011101111000100110101000100110011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514E3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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