#514D3F

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

Shades of Panda #514D3F

Tints of Panda #514D3F

Color information

#514D3F (or 0x514D3F) is unknown color: approx Panda. HEX triplet: 51, 4D and 3F. RGB value is (81,77,63). Sum of RGB (Red+Green+Blue) = 81+77+63=221 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.65% from 221); Green value is 77 (30.47% from 255 or 34.84% from 221); Blue value is 63 (25% from 255 or 28.51% from 221); Max value from RGB is 81 - color contains mainly: red. Hex color #514D3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514D3F is #AEB2C0. Grayscale: #4C4C4C. Windows color (decimal): -11449025 or 4148561. OLE color: 4148561.

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

Color convert

RGB817763-
CMYK00.050.220.68
HSL46.67º12.5%28.24%-
HSV(B)46.67º22.22%31.76%-
XYZ6.947.425.77-
YUV76.6120.33131.14-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.65%
GREEN value IS 77 (30.47% from 255) = 34.84%
BLUE value IS 63 (25% from 255) = 28.51%
R=36.65%
G=34.84%
B=28.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81776300.050.220.6846.6712.528.24
Hex514D3F0516442fd1c
Octal121115770526104571534
Binary101000110011011111110101101101000100101111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,77,63); }

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

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

 a { background-color: rgb(81,77,63); }

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

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

 span { border-color: rgb(81,77,63); }

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