Html Css Color HEX #4E4D45 Merlin

📋 copy color: '#4E4D45'

red 78 ◦ green 77 ◦ blue 69

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

Shades of Merlin #4E4D45

Tints of Merlin #4E4D45

RGB

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

 GREEN value IS 77 (30.47% from 255) = 34.38%

 BLUE value IS 69 (27.34% from 255) = 30.8%

R = 34.82%
G = 34.38%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.12

 K value IS 0.69

RGB Variations

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

Color information

#4E4D45 (or 0x4E4D45) is known color: Merlin. HEX triplet: 4E, 4D and 45. RGB value is (78,77,69). Sum of RGB (Red+Green+Blue) = 78+77+69=224 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.82% from 224); Green value is 77 (30.47% from 255 or 34.38% from 224); Blue value is 69 (27.34% from 255 or 30.80% from 224); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4D45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E4D45 is #B1B2BA. Grayscale: #4C4C4C. Windows color (decimal): -11645627 or 4541774. OLE color: 4541774.

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

Color convert

RGB 78 77 69 -
CMYK 0 0.01 0.12 0.69
HSL 53.33º 0.06% 0.29% -
HSV(B) 53.33º 0.12% 0.31% -
XYZ 6.87 7.36 6.69 -
YUV 76.39 123.83 129.15 -
System Red Green Blue C M Y K H S L
Decimal 78 77 69 0 0.01 0.12 0.69 53.33 0.06 0.29
Hex 4E 4D 45 0 1 C 45 35 6 1D
Octal 116 115 105 0 1 14 105 65 6 35
Binary 1001110 1001101 1000101 0 1 1100 1000101 110101 110 11101

Color Harmonies of #4E4D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4D45

Black with #4E4D45

Text Example


Text Example

White with #4E4D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,77,69); }

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

background-color css

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

 a { background-color: rgb(78,77,69); }

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

border-color css

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

 span { border-color: rgb(78,77,69); }

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