#4E2A20

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

Shades of Indian Tan #4E2A20

Tints of Indian Tan #4E2A20

Color information

#4E2A20 (or 0x4E2A20) is unknown color: approx Indian Tan. HEX triplet: 4E, 2A and 20. RGB value is (78,42,32). Sum of RGB (Red+Green+Blue) = 78+42+32=152 (20% of max value = 765). Red value is 78 (30.86% from 255 or 51.32% from 152); Green value is 42 (16.80% from 255 or 27.63% from 152); Blue value is 32 (12.89% from 255 or 21.05% from 152); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2A20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2A20 is #B1D5DF. Grayscale: #333333. Windows color (decimal): -11654624 or 2107982. OLE color: 2107982.

HSL color Cylindrical-coordinate representation of color #4E2A20: hue angle of 13.04º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E2A20 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB784232-
CMYK00.460.590.69
HSL13.04º41.82%21.57%-
HSV(B)13.04º58.97%30.59%-
XYZ4.233.381.8-
YUV51.62116.93146.81-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 51.32%
GREEN value IS 42 (16.80% from 255) = 27.63%
BLUE value IS 32 (12.89% from 255) = 21.05%
R=51.32%
G=27.63%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78423200.460.590.6913.0441.8221.57
Hex4E2A2002E3B45d2a16
Octal116524005673105155226
Binary100111010101010000001011101110111000101110110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,42,32); }

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

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

 a { background-color: rgb(78,42,32); }

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

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

 span { border-color: rgb(78,42,32); }

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