Html Css Color HEX #4C493B Panda

📋 copy color: '#4C493B'

red 76 ◦ green 73 ◦ blue 59

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

Shades of Panda #4C493B

Tints of Panda #4C493B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 28.37%

R = 36.54%
G = 35.1%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.22

 K value IS 0.70

RGB Variations

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

Color information

#4C493B (or 0x4C493B) is known color: Panda. HEX triplet: 4C, 49 and 3B. RGB value is (76,73,59). Sum of RGB (Red+Green+Blue) = 76+73+59=208 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.54% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 59 (23.44% from 255 or 28.37% from 208); Max value from RGB is 76 - color contains mainly: red. Hex color #4C493B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C493B is #B3B6C4. Grayscale: #484848. Windows color (decimal): -11777733 or 3885388. OLE color: 3885388.

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

Color convert

RGB 76 73 59 -
CMYK 0 0.04 0.22 0.70
HSL 49.41º 0.13% 0.26% -
HSV(B) 49.41º 0.22% 0.3% -
XYZ 6.15 6.62 5.09 -
YUV 72.3 120.49 130.64 -
System Red Green Blue C M Y K H S L
Decimal 76 73 59 0 0.04 0.22 0.70 49.41 0.13 0.26
Hex 4C 49 3B 0 4 16 46 31 D 1A
Octal 114 111 73 0 4 26 106 61 15 32
Binary 1001100 1001001 111011 0 100 10110 1000110 110001 1101 11010

Color Harmonies of #4C493B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C493B

Black with #4C493B

Text Example


Text Example

White with #4C493B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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