Html Css Color HEX #4D493A Panda

📋 copy color: '#4D493A'

red 77 ◦ green 73 ◦ blue 58

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

Shades of Panda #4D493A

Tints of Panda #4D493A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 27.88%

R = 37.02%
G = 35.1%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.25

 K value IS 0.70

RGB Variations

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

Color information

#4D493A (or 0x4D493A) is known color: Panda. HEX triplet: 4D, 49 and 3A. RGB value is (77,73,58). Sum of RGB (Red+Green+Blue) = 77+73+58=208 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.02% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 58 (23.05% from 255 or 27.88% from 208); Max value from RGB is 77 - color contains mainly: red. Hex color #4D493A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D493A is #B2B6C5. Grayscale: #484848. Windows color (decimal): -11712198 or 3819853. OLE color: 3819853.

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

Color convert

RGB 77 73 58 -
CMYK 0 0.05 0.25 0.70
HSL 47.37º 0.14% 0.26% -
HSV(B) 47.37º 0.25% 0.3% -
XYZ 6.21 6.65 4.96 -
YUV 72.49 119.83 131.22 -
System Red Green Blue C M Y K H S L
Decimal 77 73 58 0 0.05 0.25 0.70 47.37 0.14 0.26
Hex 4D 49 3A 0 5 19 46 2F E 1A
Octal 115 111 72 0 5 31 106 57 16 32
Binary 1001101 1001001 111010 0 101 11001 1000110 101111 1110 11010

Color Harmonies of #4D493A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D493A

Black with #4D493A

Text Example


Text Example

White with #4D493A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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