#4E3B2F

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

Shades of Taupe #4E3B2F

Tints of Taupe #4E3B2F

Color information

#4E3B2F (or 0x4E3B2F) is unknown color: approx Taupe. HEX triplet: 4E, 3B and 2F. RGB value is (78,59,47). Sum of RGB (Red+Green+Blue) = 78+59+47=184 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.39% from 184); Green value is 59 (23.44% from 255 or 32.07% from 184); Blue value is 47 (18.75% from 255 or 25.54% from 184); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3B2F is #B1C4D0. Grayscale: #3F3F3F. Windows color (decimal): -11650257 or 3095374. OLE color: 3095374.

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

Color convert

RGB785947-
CMYK00.240.400.69
HSL23.23º24.8%24.51%-
HSV(B)23.23º39.74%30.59%-
XYZ5.224.953.37-
YUV63.31118.79138.48-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 42.39%
GREEN value IS 59 (23.44% from 255) = 32.07%
BLUE value IS 47 (18.75% from 255) = 25.54%
R=42.39%
G=32.07%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.40
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78594700.240.400.6923.2324.824.51
Hex4E3B2F0182845171919
Octal116735703050105273131
Binary10011101110111011110110001010001000101101111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,59,47); }

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

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

 a { background-color: rgb(78,59,47); }

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

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

 span { border-color: rgb(78,59,47); }

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