#4D3F44

Color #4D3F44 Liver (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Liver #4D3F44

Tints of Liver #4D3F44

Color information

#4D3F44 (or 0x4D3F44) is unknown color: approx Liver. HEX triplet: 4D, 3F and 44. RGB value is (77,63,68). Sum of RGB (Red+Green+Blue) = 77+63+68=208 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.02% from 208); Green value is 63 (25% from 255 or 30.29% from 208); Blue value is 68 (26.95% from 255 or 32.69% from 208); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3F44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3F44 is #B2C0BB. Grayscale: #434343. Windows color (decimal): -11714748 or 4472653. OLE color: 4472653.

HSL color Cylindrical-coordinate representation of color #4D3F44: hue angle of 338.57º 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 #4D3F44 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.70.

Color convert

RGB776368-
CMYK00.180.120.70
HSL338.57º10%27.45%-
HSV(B)338.57º18.18%30.2%-
XYZ5.885.556.23-
YUV67.76128.14134.59-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 37.02%
GREEN value IS 63 (25% from 255) = 30.29%
BLUE value IS 68 (26.95% from 255) = 32.69%
R=37.02%
G=30.29%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77636800.180.120.70338.571027.45
Hex4D3F44012C46153a1b
Octal11577104022141065231233
Binary1001101111111100010001001011001000110101010011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,63,68); }

 H1.HeaderClassName
 {
   color: #4D3F44;
 }
 .AnyTagClassName
 {
   color: #4D3F44;
 }
</style>
background-color css

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

 a { background-color: rgb(77,63,68); }

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

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

 span { border-color: rgb(77,63,68); }

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