Html Css Color HEX #4D4440 Paco

📋 copy color: '#4D4440'

red 77 ◦ green 68 ◦ blue 64

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

Shades of Paco #4D4440

Tints of Paco #4D4440

RGB

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

 GREEN value IS 68 (26.95% from 255) = 32.54%

 BLUE value IS 64 (25.39% from 255) = 30.62%

R = 36.84%
G = 32.54%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.17

 K value IS 0.70

RGB Variations

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

Color information

#4D4440 (or 0x4D4440) is known color: Paco. HEX triplet: 4D, 44 and 40. RGB value is (77,68,64). Sum of RGB (Red+Green+Blue) = 77+68+64=209 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.84% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 64 (25.39% from 255 or 30.62% from 209); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4440 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4440 is #B2BBBF. Grayscale: #464646. Windows color (decimal): -11713472 or 4211789. OLE color: 4211789.

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

Color convert

RGB 77 68 64 -
CMYK 0 0.12 0.17 0.70
HSL 18.46º 0.09% 0.28% -
HSV(B) 18.46º 0.17% 0.3% -
XYZ 6.05 6.08 5.71 -
YUV 70.24 124.48 132.83 -
System Red Green Blue C M Y K H S L
Decimal 77 68 64 0 0.12 0.17 0.70 18.46 0.09 0.28
Hex 4D 44 40 0 C 11 46 12 9 1C
Octal 115 104 100 0 14 21 106 22 11 34
Binary 1001101 1000100 1000000 0 1100 10001 1000110 10010 1001 11100

Color Harmonies of #4D4440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4440

Black with #4D4440

Text Example


Text Example

White with #4D4440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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