Html Css Color HEX #4D3C2F Taupe

📋 copy color: '#4D3C2F'

red 77 ◦ green 60 ◦ blue 47

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

Shades of Taupe #4D3C2F

Tints of Taupe #4D3C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 25.54%

R = 41.85%
G = 32.61%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.39

 K value IS 0.70

RGB Variations

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

Color information

#4D3C2F (or 0x4D3C2F) is known color: Taupe. HEX triplet: 4D, 3C and 2F. RGB value is (77,60,47). Sum of RGB (Red+Green+Blue) = 77+60+47=184 (24% of max value = 765). Red value is 77 (30.47% from 255 or 41.85% from 184); Green value is 60 (23.83% from 255 or 32.61% from 184); Blue value is 47 (18.75% from 255 or 25.54% from 184); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3C2F is #B2C3D0. Grayscale: #3F3F3F. Windows color (decimal): -11715537 or 3095629. OLE color: 3095629.

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

Color convert

RGB 77 60 47 -
CMYK 0 0.22 0.39 0.70
HSL 26º 0.24% 0.24% -
HSV(B) 26º 0.39% 0.3% -
XYZ 5.19 5.01 3.38 -
YUV 63.6 118.63 137.56 -
System Red Green Blue C M Y K H S L
Decimal 77 60 47 0 0.22 0.39 0.70 26 0.24 0.24
Hex 4D 3C 2F 0 16 27 46 1A 18 18
Octal 115 74 57 0 26 47 106 32 30 30
Binary 1001101 111100 101111 0 10110 100111 1000110 11010 11000 11000

Color Harmonies of #4D3C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3C2F

Black with #4D3C2F

Text Example


Text Example

White with #4D3C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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