#514C38

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

Shades of Panda #514C38

Tints of Panda #514C38

Color information

#514C38 (or 0x514C38) is unknown color: approx Panda. HEX triplet: 51, 4C and 38. RGB value is (81,76,56). Sum of RGB (Red+Green+Blue) = 81+76+56=213 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.03% from 213); Green value is 76 (30.08% from 255 or 35.68% from 213); Blue value is 56 (22.27% from 255 or 26.29% from 213); Max value from RGB is 81 - color contains mainly: red. Hex color #514C38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514C38 is #AEB3C7. Grayscale: #4B4B4B. Windows color (decimal): -11449288 or 3689553. OLE color: 3689553.

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

Color convert

RGB817656-
CMYK00.060.310.68
HSL48º18.25%26.86%-
HSV(B)48º30.86%31.76%-
XYZ6.697.24.78-
YUV75.21117.16132.13-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.03%
GREEN value IS 76 (30.08% from 255) = 35.68%
BLUE value IS 56 (22.27% from 255) = 26.29%
R=38.03%
G=35.68%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81765600.060.310.684818.2526.86
Hex514C38061F4430121b
Octal121114700637104602233
Binary1010001100110011100001101111110001001100001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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