#514B3D

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

Shades of Panda #514B3D

Tints of Panda #514B3D

Color information

#514B3D (or 0x514B3D) is unknown color: approx Panda. HEX triplet: 51, 4B and 3D. RGB value is (81,75,61). Sum of RGB (Red+Green+Blue) = 81+75+61=217 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.33% from 217); Green value is 75 (29.69% from 255 or 34.56% from 217); Blue value is 61 (24.22% from 255 or 28.11% from 217); Max value from RGB is 81 - color contains mainly: red. Hex color #514B3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514B3D is #AEB4C2. Grayscale: #4B4B4B. Windows color (decimal): -11449539 or 4016977. OLE color: 4016977.

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

Color convert

RGB817561-
CMYK00.070.250.68
HSL42º14.08%27.84%-
HSV(B)42º24.69%31.76%-
XYZ6.757.125.43-
YUV75.2119.99132.14-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.33%
GREEN value IS 75 (29.69% from 255) = 34.56%
BLUE value IS 61 (24.22% from 255) = 28.11%
R=37.33%
G=34.56%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81756100.070.250.684214.0827.84
Hex514B3D0719442ae1c
Octal121113750731104521634
Binary101000110010111111010111110011000100101010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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