Html Css Color HEX #4E3D44 Liver

📋 copy color: '#4E3D44'

red 78 ◦ green 61 ◦ blue 68

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

Shades of Liver #4E3D44

Tints of Liver #4E3D44

RGB

 RED value IS 78 (30.86% from 255) = 37.68%

 GREEN value IS 61 (24.22% from 255) = 29.47%

 BLUE value IS 68 (26.95% from 255) = 32.85%

R = 37.68%
G = 29.47%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.69

RGB Variations

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

Color information

#4E3D44 (or 0x4E3D44) is known color: Liver. HEX triplet: 4E, 3D and 44. RGB value is (78,61,68). Sum of RGB (Red+Green+Blue) = 78+61+68=207 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.68% from 207); Green value is 61 (24.22% from 255 or 29.47% from 207); Blue value is 68 (26.95% from 255 or 32.85% from 207); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3D44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3D44 is #B1C2BB. Grayscale: #424242. Windows color (decimal): -11649724 or 4472142. OLE color: 4472142.

HSL color Cylindrical-coordinate representation of color #4E3D44: hue angle of 335.29º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4E3D44 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 61 68 -
CMYK 0 0.22 0.13 0.69
HSL 335.29º 0.12% 0.27% -
HSV(B) 335.29º 0.22% 0.31% -
XYZ 5.85 5.37 6.2 -
YUV 66.88 128.63 135.93 -
System Red Green Blue C M Y K H S L
Decimal 78 61 68 0 0.22 0.13 0.69 335.29 0.12 0.27
Hex 4E 3D 44 0 16 D 45 14F C 1B
Octal 116 75 104 0 26 15 105 517 14 33
Binary 1001110 111101 1000100 0 10110 1101 1000101 101001111 1100 11011

Color Harmonies of #4E3D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E3D44

Black with #4E3D44

Text Example


Text Example

White with #4E3D44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,61,68); }

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

background-color css

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

 a { background-color: rgb(78,61,68); }

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

border-color css

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

 span { border-color: rgb(78,61,68); }

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