#49270E

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

Shades of Indian Tan #49270E

Tints of Indian Tan #49270E

Color information

#49270E (or 0x49270E) is unknown color: approx Indian Tan. HEX triplet: 49, 27 and 0E. RGB value is (73,39,14). Sum of RGB (Red+Green+Blue) = 73+39+14=126 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.94% from 126); Green value is 39 (15.62% from 255 or 30.95% from 126); Blue value is 14 (5.86% from 255 or 11.11% from 126); Max value from RGB is 73 - color contains mainly: red. Hex color #49270E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49270E is #B6D8F1. Grayscale: #2E2E2E. Windows color (decimal): -11983090 or 927561. OLE color: 927561.

HSL color Cylindrical-coordinate representation of color #49270E: hue angle of 25.42º 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 #49270E is Cyan = 0, Magento = 0.47, Yellow = 0.81 and Black (K on CMYK) = 0.71.

Color convert

RGB733914-
CMYK00.470.810.71
HSL25.42º67.82%17.06%-
HSV(B)25.42º80.82%28.63%-
XYZ3.552.90.79-
YUV46.32109.76147.03-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 57.94%
GREEN value IS 39 (15.62% from 255) = 30.95%
BLUE value IS 14 (5.86% from 255) = 11.11%
R=57.94%
G=30.95%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.81
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73391400.470.810.7125.4267.8217.06
Hex4927E02F5147194411
Octal11147160571211073110421
Binary1001001100111111001011111010001100011111001100010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49270E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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