Html Css Color HEX #4D3F44 Liver

📋 copy color: '#4D3F44'

red 77 ◦ green 63 ◦ blue 68

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

Shades of Liver #4D3F44

Tints of Liver #4D3F44

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 value IS 0

 M value IS 0.18

 Y value IS 0.12

 K value IS 0.70

RGB Variations

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

Color information

#4D3F44 (or 0x4D3F44) is known color: 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

RGB 77 63 68 -
CMYK 0 0.18 0.12 0.70
HSL 338.57º 0.1% 0.27% -
HSV(B) 338.57º 0.18% 0.3% -
XYZ 5.88 5.55 6.23 -
YUV 67.76 128.14 134.59 -
System Red Green Blue C M Y K H S L
Decimal 77 63 68 0 0.18 0.12 0.70 338.57 0.1 0.27
Hex 4D 3F 44 0 12 C 46 153 A 1B
Octal 115 77 104 0 22 14 106 523 12 33
Binary 1001101 111111 1000100 0 10010 1100 1000110 101010011 1010 11011

Color Harmonies of #4D3F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3F44

Black with #4D3F44

Text Example


Text Example

White with #4D3F44

Text Example


Text Example

HTML Codes & Css Web 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>