#492E1D

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

Shades of Indian Tan #492E1D

Tints of Indian Tan #492E1D

Color information

#492E1D (or 0x492E1D) is unknown color: approx Indian Tan. HEX triplet: 49, 2E and 1D. RGB value is (73,46,29). Sum of RGB (Red+Green+Blue) = 73+46+29=148 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.32% from 148); Green value is 46 (18.36% from 255 or 31.08% from 148); Blue value is 29 (11.72% from 255 or 19.59% from 148); Max value from RGB is 73 - color contains mainly: red. Hex color #492E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492E1D is #B6D1E2. Grayscale: #343434. Windows color (decimal): -11981283 or 1912393. OLE color: 1912393.

HSL color Cylindrical-coordinate representation of color #492E1D: hue angle of 23.18º 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 #492E1D is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.71.

Color convert

RGB734629-
CMYK00.370.600.71
HSL23.18º43.14%20%-
HSV(B)23.18º60.27%28.63%-
XYZ3.953.461.62-
YUV52.13114.95142.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 49.32%
GREEN value IS 46 (18.36% from 255) = 31.08%
BLUE value IS 29 (11.72% from 255) = 19.59%
R=49.32%
G=31.08%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.60
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73462900.370.600.7123.1843.1420
Hex492E1D0253C47172b14
Octal111563504574107275324
Binary100100110111011101010010111110010001111011110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492E1D; }

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

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

<style>
 a { background-color: #492E1D; }

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

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

<style>
 span { border-color: #492E1D; }

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

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