#4E3C2F

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

Shades of Taupe #4E3C2F

Tints of Taupe #4E3C2F

Color information

#4E3C2F (or 0x4E3C2F) is unknown color: approx Taupe. HEX triplet: 4E, 3C and 2F. RGB value is (78,60,47). Sum of RGB (Red+Green+Blue) = 78+60+47=185 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.16% from 185); Green value is 60 (23.83% from 255 or 32.43% from 185); Blue value is 47 (18.75% from 255 or 25.41% from 185); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3C2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3C2F is #B1C3D0. Grayscale: #3F3F3F. Windows color (decimal): -11650001 or 3095630. OLE color: 3095630.

HSL color Cylindrical-coordinate representation of color #4E3C2F: hue angle of 25.16º 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 #4E3C2F is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.69.

Color convert

RGB786047-
CMYK00.230.400.69
HSL25.16º24.8%24.51%-
HSV(B)25.16º39.74%30.59%-
XYZ5.275.063.39-
YUV63.9118.46138.06-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 42.16%
GREEN value IS 60 (23.83% from 255) = 32.43%
BLUE value IS 47 (18.75% from 255) = 25.41%
R=42.16%
G=32.43%
B=25.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.40
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78604700.230.400.6925.1624.824.51
Hex4E3C2F0172845191919
Octal116745702750105313131
Binary10011101111001011110101111010001000101110011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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