#514E3F

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

Shades of Panda #514E3F

Tints of Panda #514E3F

Color information

#514E3F (or 0x514E3F) is unknown color: approx Panda. HEX triplet: 51, 4E and 3F. RGB value is (81,78,63). Sum of RGB (Red+Green+Blue) = 81+78+63=222 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.49% from 222); Green value is 78 (30.86% from 255 or 35.14% from 222); Blue value is 63 (25% from 255 or 28.38% from 222); Max value from RGB is 81 - color contains mainly: red. Hex color #514E3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514E3F is #AEB1C0. Grayscale: #4D4D4D. Windows color (decimal): -11448769 or 4148817. OLE color: 4148817.

HSL color Cylindrical-coordinate representation of color #514E3F: hue angle of 50º 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 #514E3F is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB817863-
CMYK00.040.220.68
HSL50º12.5%28.24%-
HSV(B)50º22.22%31.76%-
XYZ7.017.565.79-
YUV77.19119.99130.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.49%
GREEN value IS 78 (30.86% from 255) = 35.14%
BLUE value IS 63 (25% from 255) = 28.38%
R=36.49%
G=35.14%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81786300.040.220.685012.528.24
Hex514E3F04164432d1c
Octal121116770426104621534
Binary101000110011101111110100101101000100110010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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