#4E290E

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

Shades of Indian Tan #4E290E

Tints of Indian Tan #4E290E

Color information

#4E290E (or 0x4E290E) is unknown color: approx Indian Tan. HEX triplet: 4E, 29 and 0E. RGB value is (78,41,14). Sum of RGB (Red+Green+Blue) = 78+41+14=133 (17% of max value = 765). Red value is 78 (30.86% from 255 or 58.65% from 133); Green value is 41 (16.41% from 255 or 30.83% from 133); Blue value is 14 (5.86% from 255 or 10.53% from 133); Max value from RGB is 78 - color contains mainly: red. Hex color #4E290E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4E290E is #B1D6F1. Grayscale: #313131. Windows color (decimal): -11654898 or 928078. OLE color: 928078.

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

Color convert

RGB784114-
CMYK00.470.820.69
HSL25.31º69.57%18.04%-
HSV(B)25.31º82.05%30.59%-
XYZ4.013.240.83-
YUV48.98108.26148.7-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 58.65%
GREEN value IS 41 (16.41% from 255) = 30.83%
BLUE value IS 14 (5.86% from 255) = 10.53%
R=58.65%
G=30.83%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.82
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78411400.470.820.6925.3169.5718.04
Hex4E29E02F5245194612
Octal11651160571221053110622
Binary1001110101001111001011111010010100010111001100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E290E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,41,14); }

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

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

 a { background-color: rgb(78,41,14); }

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

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

 span { border-color: rgb(78,41,14); }

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