Html Css Color HEX #4D4A40 Panda

📋 copy color: '#4D4A40'

red 77 ◦ green 74 ◦ blue 64

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

Shades of Panda #4D4A40

Tints of Panda #4D4A40

RGB

 RED value IS 77 (30.47% from 255) = 35.81%

 GREEN value IS 74 (29.3% from 255) = 34.42%

 BLUE value IS 64 (25.39% from 255) = 29.77%

R = 35.81%
G = 34.42%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.17

 K value IS 0.70

RGB Variations

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

Color information

#4D4A40 (or 0x4D4A40) is known color: Panda. HEX triplet: 4D, 4A and 40. RGB value is (77,74,64). Sum of RGB (Red+Green+Blue) = 77+74+64=215 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.81% from 215); Green value is 74 (29.30% from 255 or 34.42% from 215); Blue value is 64 (25.39% from 255 or 29.77% from 215); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4A40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4A40 is #B2B5BF. Grayscale: #494949. Windows color (decimal): -11711936 or 4213325. OLE color: 4213325.

HSL color Cylindrical-coordinate representation of color #4D4A40: hue angle of 46.15º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4D4A40 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 74 64 -
CMYK 0 0.04 0.17 0.70
HSL 46.15º 0.09% 0.28% -
HSV(B) 46.15º 0.17% 0.3% -
XYZ 6.43 6.85 5.83 -
YUV 73.76 122.49 130.31 -
System Red Green Blue C M Y K H S L
Decimal 77 74 64 0 0.04 0.17 0.70 46.15 0.09 0.28
Hex 4D 4A 40 0 4 11 46 2E 9 1C
Octal 115 112 100 0 4 21 106 56 11 34
Binary 1001101 1001010 1000000 0 100 10001 1000110 101110 1001 11100

Color Harmonies of #4D4A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4A40

Black with #4D4A40

Text Example


Text Example

White with #4D4A40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D4A40; }

 p { color: rgb(77,74,64); }

 H1.HeaderClassName
 {
   color: #4D4A40;
 }
 .AnyTagClassName
 {
   color: #4D4A40;
 }
</style>

background-color css

<style>
 a { background-color: #4D4A40; }

 a { background-color: rgb(77,74,64); }

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

border-color css

<style>
 span { border-color: #4D4A40; }

 span { border-color: rgb(77,74,64); }

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