Html Css Color HEX #514D3E Panda

📋 copy color: '#514D3E'

red 81 ◦ green 77 ◦ blue 62

#514D3E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Panda #514D3E

Tints of Panda #514D3E

RGB

 RED value IS 81 (32.03% from 255) = 36.82%

 GREEN value IS 77 (30.47% from 255) = 35%

 BLUE value IS 62 (24.61% from 255) = 28.18%

R = 36.82%
G = 35%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#514D3E (or 0x514D3E) is known color: Panda. HEX triplet: 51, 4D and 3E. RGB value is (81,77,62). Sum of RGB (Red+Green+Blue) = 81+77+62=220 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.82% from 220); Green value is 77 (30.47% from 255 or 35% from 220); Blue value is 62 (24.61% from 255 or 28.18% from 220); Max value from RGB is 81 - color contains mainly: red. Hex color #514D3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514D3E is #AEB2C1. Grayscale: #4C4C4C. Windows color (decimal): -11449026 or 4083025. OLE color: 4083025.

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

Color convert

RGB 81 77 62 -
CMYK 0 0.05 0.23 0.68
HSL 47.37º 0.13% 0.28% -
HSV(B) 47.37º 0.23% 0.32% -
XYZ 6.92 7.4 5.62 -
YUV 76.49 119.83 131.22 -
System Red Green Blue C M Y K H S L
Decimal 81 77 62 0 0.05 0.23 0.68 47.37 0.13 0.28
Hex 51 4D 3E 0 5 17 44 2F D 1C
Octal 121 115 76 0 5 27 104 57 15 34
Binary 1010001 1001101 111110 0 101 10111 1000100 101111 1101 11100

Color Harmonies of #514D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514D3E

Black with #514D3E

Text Example


Text Example

White with #514D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #514D3E;
 }
 .AnyTagClassName
 {
   color: #514D3E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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