#514E41

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

Shades of Panda #514E41

Tints of Panda #514E41

Color information

#514E41 (or 0x514E41) is unknown color: approx Panda. HEX triplet: 51, 4E and 41. RGB value is (81,78,65). Sum of RGB (Red+Green+Blue) = 81+78+65=224 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.16% from 224); Green value is 78 (30.86% from 255 or 34.82% from 224); Blue value is 65 (25.78% from 255 or 29.02% from 224); Max value from RGB is 81 - color contains mainly: red. Hex color #514E41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514E41 is #AEB1BE. Grayscale: #4D4D4D. Windows color (decimal): -11448767 or 4279889. OLE color: 4279889.

HSL color Cylindrical-coordinate representation of color #514E41: hue angle of 48.75º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #514E41 is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB817865-
CMYK00.040.200.68
HSL48.75º10.96%28.63%-
HSV(B)48.75º19.75%31.76%-
XYZ7.077.586.09-
YUV77.41120.99130.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.16%
GREEN value IS 78 (30.86% from 255) = 34.82%
BLUE value IS 65 (25.78% from 255) = 29.02%
R=36.16%
G=34.82%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81786500.040.200.6848.7510.9628.63
Hex514E4104144431b1d
Octal1211161010424104611335
Binary1010001100111010000010100101001000100110001101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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