#514C39

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

Shades of Panda #514C39

Tints of Panda #514C39

Color information

#514C39 (or 0x514C39) is unknown color: approx Panda. HEX triplet: 51, 4C and 39. RGB value is (81,76,57). Sum of RGB (Red+Green+Blue) = 81+76+57=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 76 (30.08% from 255 or 35.51% from 214); Blue value is 57 (22.66% from 255 or 26.64% from 214); Max value from RGB is 81 - color contains mainly: red. Hex color #514C39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514C39 is #AEB3C6. Grayscale: #4B4B4B. Windows color (decimal): -11449287 or 3755089. OLE color: 3755089.

HSL color Cylindrical-coordinate representation of color #514C39: hue angle of 47.5º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #514C39 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.68.

Color convert

RGB817657-
CMYK00.060.300.68
HSL47.5º17.39%27.06%-
HSV(B)47.5º29.63%31.76%-
XYZ6.727.214.91-
YUV75.33117.66132.04-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.85%
GREEN value IS 76 (30.08% from 255) = 35.51%
BLUE value IS 57 (22.66% from 255) = 26.64%
R=37.85%
G=35.51%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.30
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81765700.060.300.6847.517.3927.06
Hex514C39061E4430111b
Octal121114710636104602133
Binary1010001100110011100101101111010001001100001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,76,57); }

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

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

 a { background-color: rgb(81,76,57); }

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

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

 span { border-color: rgb(81,76,57); }

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