Html Css Color HEX #4D4540 Paco

📋 copy color: '#4D4540'

red 77 ◦ green 69 ◦ blue 64

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

Shades of Paco #4D4540

Tints of Paco #4D4540

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.86%

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

R = 36.67%
G = 32.86%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.17

 K value IS 0.70

RGB Variations

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

Color information

#4D4540 (or 0x4D4540) is known color: Paco. HEX triplet: 4D, 45 and 40. RGB value is (77,69,64). Sum of RGB (Red+Green+Blue) = 77+69+64=210 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.67% from 210); Green value is 69 (27.34% from 255 or 32.86% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4540 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D4540 is #B2BABF. Grayscale: #464646. Windows color (decimal): -11713216 or 4212045. OLE color: 4212045.

HSL color Cylindrical-coordinate representation of color #4D4540: hue angle of 23.08º 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 #4D4540 is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 69 64 -
CMYK 0 0.10 0.17 0.70
HSL 23.08º 0.09% 0.28% -
HSV(B) 23.08º 0.17% 0.3% -
XYZ 6.11 6.2 5.73 -
YUV 70.82 124.15 132.41 -
System Red Green Blue C M Y K H S L
Decimal 77 69 64 0 0.10 0.17 0.70 23.08 0.09 0.28
Hex 4D 45 40 0 A 11 46 17 9 1C
Octal 115 105 100 0 12 21 106 27 11 34
Binary 1001101 1000101 1000000 0 1010 10001 1000110 10111 1001 11100

Color Harmonies of #4D4540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4540

Black with #4D4540

Text Example


Text Example

White with #4D4540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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