#49290E

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

Shades of Indian Tan #49290E

Tints of Indian Tan #49290E

Color information

#49290E (or 0x49290E) is unknown color: approx Indian Tan. HEX triplet: 49, 29 and 0E. RGB value is (73,41,14). Sum of RGB (Red+Green+Blue) = 73+41+14=128 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.03% from 128); Green value is 41 (16.41% from 255 or 32.03% from 128); Blue value is 14 (5.86% from 255 or 10.94% from 128); Max value from RGB is 73 - color contains mainly: red. Hex color #49290E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49290E is #B6D6F1. Grayscale: #2F2F2F. Windows color (decimal): -11982578 or 928073. OLE color: 928073.

HSL color Cylindrical-coordinate representation of color #49290E: hue angle of 27.46º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #49290E is Cyan = 0, Magento = 0.44, Yellow = 0.81 and Black (K on CMYK) = 0.71.

Color convert

RGB734114-
CMYK00.440.810.71
HSL27.46º67.82%17.06%-
HSV(B)27.46º80.82%28.63%-
XYZ3.623.030.81-
YUV47.49109.1146.2-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 57.03%
GREEN value IS 41 (16.41% from 255) = 32.03%
BLUE value IS 14 (5.86% from 255) = 10.94%
R=57.03%
G=32.03%
B=10.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.81
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73411400.440.810.7127.4667.8217.06
Hex4929E02C51471b4411
Octal11151160541211073310421
Binary1001001101001111001011001010001100011111011100010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49290E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49290E; }

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

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

<style>
 a { background-color: #49290E; }

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

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

<style>
 span { border-color: #49290E; }

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

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