#514C3D

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

Shades of Panda #514C3D

Tints of Panda #514C3D

Color information

#514C3D (or 0x514C3D) is unknown color: approx Panda. HEX triplet: 51, 4C and 3D. RGB value is (81,76,61). Sum of RGB (Red+Green+Blue) = 81+76+61=218 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.16% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 61 (24.22% from 255 or 27.98% from 218); Max value from RGB is 81 - color contains mainly: red. Hex color #514C3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514C3D is #AEB3C2. Grayscale: #4B4B4B. Windows color (decimal): -11449283 or 4017233. OLE color: 4017233.

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

Color convert

RGB817661-
CMYK00.060.250.68
HSL45º14.08%27.84%-
HSV(B)45º24.69%31.76%-
XYZ6.827.265.46-
YUV75.78119.66131.72-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.16%
GREEN value IS 76 (30.08% from 255) = 34.86%
BLUE value IS 61 (24.22% from 255) = 27.98%
R=37.16%
G=34.86%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81766100.060.250.684514.0827.84
Hex514C3D0619442de1c
Octal121114750631104551634
Binary101000110011001111010110110011000100101101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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