#492D13

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

Shades of Indian Tan #492D13

Tints of Indian Tan #492D13

Color information

#492D13 (or 0x492D13) is unknown color: approx Indian Tan. HEX triplet: 49, 2D and 13. RGB value is (73,45,19). Sum of RGB (Red+Green+Blue) = 73+45+19=137 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.28% from 137); Green value is 45 (17.97% from 255 or 32.85% from 137); Blue value is 19 (7.81% from 255 or 13.87% from 137); Max value from RGB is 73 - color contains mainly: red. Hex color #492D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492D13 is #B6D2EC. Grayscale: #323232. Windows color (decimal): -11981549 or 1256777. OLE color: 1256777.

HSL color Cylindrical-coordinate representation of color #492D13: hue angle of 28.89º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #492D13 is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.71.

Color convert

RGB734519-
CMYK00.380.740.71
HSL28.89º58.7%18.04%-
HSV(B)28.89º73.97%28.63%-
XYZ3.83.341.06-
YUV50.41110.28144.11-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 53.28%
GREEN value IS 45 (17.97% from 255) = 32.85%
BLUE value IS 19 (7.81% from 255) = 13.87%
R=53.28%
G=32.85%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.74
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73451900.380.740.7128.8958.718.04
Hex492D130264A471d3b12
Octal1115523046112107357322
Binary1001001101101100110100110100101010001111110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,45,19); }

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

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

 a { background-color: rgb(73,45,19); }

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

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

 span { border-color: rgb(73,45,19); }

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