#4E3126

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

Shades of Indian Tan #4E3126

Tints of Indian Tan #4E3126

Color information

#4E3126 (or 0x4E3126) is unknown color: approx Indian Tan. HEX triplet: 4E, 31 and 26. RGB value is (78,49,38). Sum of RGB (Red+Green+Blue) = 78+49+38=165 (21% of max value = 765). Red value is 78 (30.86% from 255 or 47.27% from 165); Green value is 49 (19.53% from 255 or 29.70% from 165); Blue value is 38 (15.23% from 255 or 23.03% from 165); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3126 is #B1CED9. Grayscale: #383838. Windows color (decimal): -11652826 or 2502990. OLE color: 2502990.

HSL color Cylindrical-coordinate representation of color #4E3126: hue angle of 16.5º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4E3126 is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.69.

Color convert

RGB784938-
CMYK00.370.510.69
HSL16.5º34.48%22.75%-
HSV(B)16.5º51.28%30.59%-
XYZ4.593.962.36-
YUV56.42117.61143.39-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 47.27%
GREEN value IS 49 (19.53% from 255) = 29.70%
BLUE value IS 38 (15.23% from 255) = 23.03%
R=47.27%
G=29.70%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.51
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78493800.370.510.6916.534.4822.75
Hex4E31260253345102217
Octal116614604563105204227
Binary1001110110001100110010010111001110001011000010001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,49,38); }

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

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

 a { background-color: rgb(78,49,38); }

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

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

 span { border-color: rgb(78,49,38); }

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