#49290F

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

Shades of Indian Tan #49290F

Tints of Indian Tan #49290F

Color information

#49290F (or 0x49290F) is unknown color: approx Indian Tan. HEX triplet: 49, 29 and 0F. RGB value is (73,41,15). Sum of RGB (Red+Green+Blue) = 73+41+15=129 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.59% from 129); Green value is 41 (16.41% from 255 or 31.78% from 129); Blue value is 15 (6.25% from 255 or 11.63% from 129); Max value from RGB is 73 - color contains mainly: red. Hex color #49290F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49290F is #B6D6F0. Grayscale: #2F2F2F. Windows color (decimal): -11982577 or 993609. OLE color: 993609.

HSL color Cylindrical-coordinate representation of color #49290F: hue angle of 26.9º 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 #49290F is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.71.

Color convert

RGB734115-
CMYK00.440.790.71
HSL26.9º65.91%17.25%-
HSV(B)26.9º79.45%28.63%-
XYZ3.633.040.85-
YUV47.6109.6146.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 56.59%
GREEN value IS 41 (16.41% from 255) = 31.78%
BLUE value IS 15 (6.25% from 255) = 11.63%
R=56.59%
G=31.78%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.79
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73411500.440.790.7126.965.9117.25
Hex4929F02C4F471b4211
Octal11151170541171073310221
Binary1001001101001111101011001001111100011111011100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49290F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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