#49280F

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

Shades of Indian Tan #49280F

Tints of Indian Tan #49280F

Color information

#49280F (or 0x49280F) is unknown color: approx Indian Tan. HEX triplet: 49, 28 and 0F. RGB value is (73,40,15). Sum of RGB (Red+Green+Blue) = 73+40+15=128 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.03% from 128); Green value is 40 (16.02% from 255 or 31.25% from 128); Blue value is 15 (6.25% from 255 or 11.72% from 128); Max value from RGB is 73 - color contains mainly: red. Hex color #49280F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49280F is #B6D7F0. Grayscale: #2F2F2F. Windows color (decimal): -11982833 or 993353. OLE color: 993353.

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

Color convert

RGB734015-
CMYK00.450.790.71
HSL25.86º65.91%17.25%-
HSV(B)25.86º79.45%28.63%-
XYZ3.592.970.84-
YUV47.02109.93146.53-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 57.03%
GREEN value IS 40 (16.02% from 255) = 31.25%
BLUE value IS 15 (6.25% from 255) = 11.72%
R=57.03%
G=31.25%
B=11.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.79
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73401500.450.790.7125.8665.9117.25
Hex4928F02D4F471a4211
Octal11150170551171073210221
Binary1001001101000111101011011001111100011111010100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49280F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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