#49301D

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

Shades of Indian Tan #49301D

Tints of Indian Tan #49301D

Color information

#49301D (or 0x49301D) is unknown color: approx Indian Tan. HEX triplet: 49, 30 and 1D. RGB value is (73,48,29). Sum of RGB (Red+Green+Blue) = 73+48+29=150 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.67% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 29 (11.72% from 255 or 19.33% from 150); Max value from RGB is 73 - color contains mainly: red. Hex color #49301D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49301D is #B6CFE2. Grayscale: #353535. Windows color (decimal): -11980771 or 1912905. OLE color: 1912905.

HSL color Cylindrical-coordinate representation of color #49301D: hue angle of 25.91º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #49301D is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB734829-
CMYK00.340.600.71
HSL25.91º43.14%20%-
HSV(B)25.91º60.27%28.63%-
XYZ4.033.621.65-
YUV53.31114.28142.04-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.67%
GREEN value IS 48 (19.14% from 255) = 32%
BLUE value IS 29 (11.72% from 255) = 19.33%
R=48.67%
G=32%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.60
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73482900.340.600.7125.9143.1420
Hex49301D0223C471a2b14
Octal111603504274107325324
Binary100100111000011101010001011110010001111101010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49301D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,48,29); }

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

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

 a { background-color: rgb(73,48,29); }

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

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

 span { border-color: rgb(73,48,29); }

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