#49280D

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

Shades of Indian Tan #49280D

Tints of Indian Tan #49280D

Color information

#49280D (or 0x49280D) is unknown color: approx Indian Tan. HEX triplet: 49, 28 and 0D. RGB value is (73,40,13). Sum of RGB (Red+Green+Blue) = 73+40+13=126 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.94% from 126); Green value is 40 (16.02% from 255 or 31.75% from 126); Blue value is 13 (5.47% from 255 or 10.32% from 126); Max value from RGB is 73 - color contains mainly: red. Hex color #49280D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49280D is #B6D7F2. Grayscale: #2E2E2E. Windows color (decimal): -11982835 or 862281. OLE color: 862281.

HSL color Cylindrical-coordinate representation of color #49280D: hue angle of 27º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #49280D is Cyan = 0, Magento = 0.45, Yellow = 0.82 and Black (K on CMYK) = 0.71.

Color convert

RGB734013-
CMYK00.450.820.71
HSL27º69.77%16.86%-
HSV(B)27º82.19%28.63%-
XYZ3.582.960.76-
YUV46.79108.93146.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 57.94%
GREEN value IS 40 (16.02% from 255) = 31.75%
BLUE value IS 13 (5.47% from 255) = 10.32%
R=57.94%
G=31.75%
B=10.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.82
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73401300.450.820.712769.7716.86
Hex4928D02D52471b4611
Octal11150150551221073310621
Binary1001001101000110101011011010010100011111011100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49280D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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