Html Css Color HEX #514E3D Panda

📋 copy color: '#514E3D'

red 81 ◦ green 78 ◦ blue 61

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

Shades of Panda #514E3D

Tints of Panda #514E3D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 35.45%

 BLUE value IS 61 (24.22% from 255) = 27.73%

R = 36.82%
G = 35.45%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.68

RGB Variations

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

Color information

#514E3D (or 0x514E3D) is known color: Panda. HEX triplet: 51, 4E and 3D. RGB value is (81,78,61). Sum of RGB (Red+Green+Blue) = 81+78+61=220 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.82% from 220); Green value is 78 (30.86% from 255 or 35.45% from 220); Blue value is 61 (24.22% from 255 or 27.73% from 220); Max value from RGB is 81 - color contains mainly: red. Hex color #514E3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #514E3D is #AEB1C2. Grayscale: #4D4D4D. Windows color (decimal): -11448771 or 4017745. OLE color: 4017745.

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

Color convert

RGB 81 78 61 -
CMYK 0 0.04 0.25 0.68
HSL 51º 0.14% 0.28% -
HSV(B) 51º 0.25% 0.32% -
XYZ 6.96 7.54 5.5 -
YUV 76.96 118.99 130.88 -
System Red Green Blue C M Y K H S L
Decimal 81 78 61 0 0.04 0.25 0.68 51 0.14 0.28
Hex 51 4E 3D 0 4 19 44 33 E 1C
Octal 121 116 75 0 4 31 104 63 16 34
Binary 1010001 1001110 111101 0 100 11001 1000100 110011 1110 11100

Color Harmonies of #514E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514E3D

Black with #514E3D

Text Example


Text Example

White with #514E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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