Html Css Color HEX #4D493D Panda

📋 copy color: '#4D493D'

red 77 ◦ green 73 ◦ blue 61

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

Shades of Panda #4D493D

Tints of Panda #4D493D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 34.6%

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

R = 36.49%
G = 34.6%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.21

 K value IS 0.70

RGB Variations

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

Color information

#4D493D (or 0x4D493D) is known color: Panda. HEX triplet: 4D, 49 and 3D. RGB value is (77,73,61). Sum of RGB (Red+Green+Blue) = 77+73+61=211 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.49% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 61 (24.22% from 255 or 28.91% from 211); Max value from RGB is 77 - color contains mainly: red. Hex color #4D493D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D493D is #B2B6C2. Grayscale: #484848. Windows color (decimal): -11712195 or 4016461. OLE color: 4016461.

HSL color Cylindrical-coordinate representation of color #4D493D: hue angle of 45º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4D493D is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 73 61 -
CMYK 0 0.05 0.21 0.70
HSL 45º 0.12% 0.27% -
HSV(B) 45º 0.21% 0.3% -
XYZ 6.29 6.68 5.37 -
YUV 72.83 121.33 130.98 -
System Red Green Blue C M Y K H S L
Decimal 77 73 61 0 0.05 0.21 0.70 45 0.12 0.27
Hex 4D 49 3D 0 5 15 46 2D C 1B
Octal 115 111 75 0 5 25 106 55 14 33
Binary 1001101 1001001 111101 0 101 10101 1000110 101101 1100 11011

Color Harmonies of #4D493D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D493D

Black with #4D493D

Text Example


Text Example

White with #4D493D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,73,61); }

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

background-color css

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

 a { background-color: rgb(77,73,61); }

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

border-color css

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

 span { border-color: rgb(77,73,61); }

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