#4E220C

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

Shades of Indian Tan #4E220C

Tints of Indian Tan #4E220C

Color information

#4E220C (or 0x4E220C) is unknown color: approx Indian Tan. HEX triplet: 4E, 22 and 0C. RGB value is (78,34,12). Sum of RGB (Red+Green+Blue) = 78+34+12=124 (16% of max value = 765). Red value is 78 (30.86% from 255 or 62.90% from 124); Green value is 34 (13.67% from 255 or 27.42% from 124); Blue value is 12 (5.08% from 255 or 9.68% from 124); Max value from RGB is 78 - color contains mainly: red. Hex color #4E220C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E220C is #B1DDF3. Grayscale: #2C2C2C. Windows color (decimal): -11656692 or 795214. OLE color: 795214.

HSL color Cylindrical-coordinate representation of color #4E220C: hue angle of 20º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4E220C is Cyan = 0, Magento = 0.56, Yellow = 0.85 and Black (K on CMYK) = 0.69.

Color convert

RGB783412-
CMYK00.560.850.69
HSL20º73.33%17.65%-
HSV(B)20º84.62%30.59%-
XYZ3.782.790.69-
YUV44.65109.58151.79-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 62.90%
GREEN value IS 34 (13.67% from 255) = 27.42%
BLUE value IS 12 (5.08% from 255) = 9.68%
R=62.90%
G=27.42%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.85
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78341200.560.850.692073.3317.65
Hex4E22C0385545144912
Octal11642140701251052411122
Binary1001110100010110001110001010101100010110100100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E220C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,34,12); }

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

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

 a { background-color: rgb(78,34,12); }

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

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

 span { border-color: rgb(78,34,12); }

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