Html Css Color HEX #4C493E Panda

📋 copy color: '#4C493E'

red 76 ◦ green 73 ◦ blue 62

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

Shades of Panda #4C493E

Tints of Panda #4C493E

RGB

 RED value IS 76 (30.08% from 255) = 36.02%

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

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

R = 36.02%
G = 34.6%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.18

 K value IS 0.70

RGB Variations

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

Color information

#4C493E (or 0x4C493E) is known color: Panda. HEX triplet: 4C, 49 and 3E. RGB value is (76,73,62). Sum of RGB (Red+Green+Blue) = 76+73+62=211 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.02% from 211); Green value is 73 (28.91% from 255 or 34.60% from 211); Blue value is 62 (24.61% from 255 or 29.38% from 211); Max value from RGB is 76 - color contains mainly: red. Hex color #4C493E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C493E is #B3B6C1. Grayscale: #484848. Windows color (decimal): -11777730 or 4081996. OLE color: 4081996.

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

Color convert

RGB 76 73 62 -
CMYK 0 0.04 0.18 0.70
HSL 47.14º 0.1% 0.27% -
HSV(B) 47.14º 0.18% 0.3% -
XYZ 6.23 6.65 5.51 -
YUV 72.64 121.99 130.39 -
System Red Green Blue C M Y K H S L
Decimal 76 73 62 0 0.04 0.18 0.70 47.14 0.1 0.27
Hex 4C 49 3E 0 4 12 46 2F A 1B
Octal 114 111 76 0 4 22 106 57 12 33
Binary 1001100 1001001 111110 0 100 10010 1000110 101111 1010 11011

Color Harmonies of #4C493E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C493E

Black with #4C493E

Text Example


Text Example

White with #4C493E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,73,62); }

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

background-color css

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

 a { background-color: rgb(76,73,62); }

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

border-color css

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

 span { border-color: rgb(76,73,62); }

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