#4D3C2E

Color #4D3C2E Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Taupe #4D3C2E

Tints of Taupe #4D3C2E

Color information

#4D3C2E (or 0x4D3C2E) is unknown color: approx Taupe. HEX triplet: 4D, 3C and 2E. RGB value is (77,60,46). Sum of RGB (Red+Green+Blue) = 77+60+46=183 (24% of max value = 765). Red value is 77 (30.47% from 255 or 42.08% from 183); Green value is 60 (23.83% from 255 or 32.79% from 183); Blue value is 46 (18.36% from 255 or 25.14% from 183); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3C2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3C2E is #B2C3D1. Grayscale: #3F3F3F. Windows color (decimal): -11715538 or 3030093. OLE color: 3030093.

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

Color convert

RGB776046-
CMYK00.220.400.70
HSL27.1º25.2%24.12%-
HSV(B)27.1º40.26%30.2%-
XYZ5.175.013.28-
YUV63.49118.13137.64-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 42.08%
GREEN value IS 60 (23.83% from 255) = 32.79%
BLUE value IS 46 (18.36% from 255) = 25.14%
R=42.08%
G=32.79%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal77604600.220.400.7027.125.224.12
Hex4D3C2E01628461b1918
Octal115745602650106333130
Binary10011011111001011100101101010001000110110111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D3C2E;
 }
 .AnyTagClassName
 {
   color: #4D3C2E;
 }
</style>
background-color css

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

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

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

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

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

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