#49280E

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

Shades of Indian Tan #49280E

Tints of Indian Tan #49280E

Color information

#49280E (or 0x49280E) is unknown color: approx Indian Tan. HEX triplet: 49, 28 and 0E. RGB value is (73,40,14). Sum of RGB (Red+Green+Blue) = 73+40+14=127 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.48% from 127); Green value is 40 (16.02% from 255 or 31.50% from 127); Blue value is 14 (5.86% from 255 or 11.02% from 127); Max value from RGB is 73 - color contains mainly: red. Hex color #49280E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49280E is #B6D7F1. Grayscale: #2F2F2F. Windows color (decimal): -11982834 or 927817. OLE color: 927817.

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

Color convert

RGB734014-
CMYK00.450.810.71
HSL26.44º67.82%17.06%-
HSV(B)26.44º80.82%28.63%-
XYZ3.592.970.8-
YUV46.9109.43146.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 57.48%
GREEN value IS 40 (16.02% from 255) = 31.50%
BLUE value IS 14 (5.86% from 255) = 11.02%
R=57.48%
G=31.50%
B=11.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.81
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73401400.450.810.7126.4467.8217.06
Hex4928E02D51471a4411
Octal11150160551211073210421
Binary1001001101000111001011011010001100011111010100010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49280E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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