#514D38

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

Shades of Panda #514D38

Tints of Panda #514D38

Color information

#514D38 (or 0x514D38) is unknown color: approx Panda. HEX triplet: 51, 4D and 38. RGB value is (81,77,56). Sum of RGB (Red+Green+Blue) = 81+77+56=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 77 (30.47% from 255 or 35.98% from 214); Blue value is 56 (22.27% from 255 or 26.17% from 214); Max value from RGB is 81 - color contains mainly: red. Hex color #514D38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514D38 is #AEB2C7. Grayscale: #4B4B4B. Windows color (decimal): -11449032 or 3689809. OLE color: 3689809.

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

Color convert

RGB817756-
CMYK00.050.310.68
HSL50.4º18.25%26.86%-
HSV(B)50.4º30.86%31.76%-
XYZ6.767.344.8-
YUV75.8116.83131.71-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.85%
GREEN value IS 77 (30.47% from 255) = 35.98%
BLUE value IS 56 (22.27% from 255) = 26.17%
R=37.85%
G=35.98%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.31
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81775600.050.310.6850.418.2526.86
Hex514D38051F4432121b
Octal121115700537104622233
Binary1010001100110111100001011111110001001100101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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