Html Css Color HEX #4D4B41 Merlin

📋 copy color: '#4D4B41'

red 77 ◦ green 75 ◦ blue 65

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

Shades of Merlin #4D4B41

Tints of Merlin #4D4B41

RGB

 RED value IS 77 (30.47% from 255) = 35.48%

 GREEN value IS 75 (29.69% from 255) = 34.56%

 BLUE value IS 65 (25.78% from 255) = 29.95%

R = 35.48%
G = 34.56%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.16

 K value IS 0.70

RGB Variations

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

Color information

#4D4B41 (or 0x4D4B41) is known color: Merlin. HEX triplet: 4D, 4B and 41. RGB value is (77,75,65). Sum of RGB (Red+Green+Blue) = 77+75+65=217 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.48% from 217); Green value is 75 (29.69% from 255 or 34.56% from 217); Blue value is 65 (25.78% from 255 or 29.95% from 217); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4B41 is #B2B4BE. Grayscale: #4A4A4A. Windows color (decimal): -11711679 or 4279117. OLE color: 4279117.

HSL color Cylindrical-coordinate representation of color #4D4B41: hue angle of 50º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #4D4B41 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 75 65 -
CMYK 0 0.03 0.16 0.70
HSL 50º 0.08% 0.28% -
HSV(B) 50º 0.16% 0.3% -
XYZ 6.53 6.99 6.01 -
YUV 74.46 122.66 129.81 -
System Red Green Blue C M Y K H S L
Decimal 77 75 65 0 0.03 0.16 0.70 50 0.08 0.28
Hex 4D 4B 41 0 3 10 46 32 8 1C
Octal 115 113 101 0 3 20 106 62 10 34
Binary 1001101 1001011 1000001 0 11 10000 1000110 110010 1000 11100

Color Harmonies of #4D4B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4B41

Black with #4D4B41

Text Example


Text Example

White with #4D4B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,75,65); }

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

background-color css

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

 a { background-color: rgb(77,75,65); }

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

border-color css

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

 span { border-color: rgb(77,75,65); }

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