Html Css Color HEX #4D3C48 Purple Taupe

📋 copy color: '#4D3C48'

red 77 ◦ green 60 ◦ blue 72

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

Shades of Purple Taupe #4D3C48

Tints of Purple Taupe #4D3C48

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.71%

 BLUE value IS 72 (28.52% from 255) = 34.45%

R = 36.84%
G = 28.71%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.70

RGB Variations

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

Color information

#4D3C48 (or 0x4D3C48) is known color: Purple Taupe. HEX triplet: 4D, 3C and 48. RGB value is (77,60,72). Sum of RGB (Red+Green+Blue) = 77+60+72=209 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.84% from 209); Green value is 60 (23.83% from 255 or 28.71% from 209); Blue value is 72 (28.52% from 255 or 34.45% from 209); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3C48 is #B2C3B7. Grayscale: #424242. Windows color (decimal): -11715512 or 4734029. OLE color: 4734029.

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

Color convert

RGB 77 60 72 -
CMYK 0 0.22 0.06 0.70
HSL 317.65º 0.12% 0.27% -
HSV(B) 317.65º 0.22% 0.3% -
XYZ 5.85 5.28 6.84 -
YUV 66.45 131.13 135.52 -
System Red Green Blue C M Y K H S L
Decimal 77 60 72 0 0.22 0.06 0.70 317.65 0.12 0.27
Hex 4D 3C 48 0 16 6 46 13E C 1B
Octal 115 74 110 0 26 6 106 476 14 33
Binary 1001101 111100 1001000 0 10110 110 1000110 100111110 1100 11011

Color Harmonies of #4D3C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3C48

Black with #4D3C48

Text Example


Text Example

White with #4D3C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,60,72); }

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

background-color css

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

 a { background-color: rgb(77,60,72); }

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

border-color css

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

 span { border-color: rgb(77,60,72); }

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