#492A0F

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

Shades of Indian Tan #492A0F

Tints of Indian Tan #492A0F

Color information

#492A0F (or 0x492A0F) is unknown color: approx Indian Tan. HEX triplet: 49, 2A and 0F. RGB value is (73,42,15). Sum of RGB (Red+Green+Blue) = 73+42+15=130 (17% of max value = 765). Red value is 73 (28.91% from 255 or 56.15% from 130); Green value is 42 (16.80% from 255 or 32.31% from 130); Blue value is 15 (6.25% from 255 or 11.54% from 130); Max value from RGB is 73 - color contains mainly: red. Hex color #492A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492A0F is #B6D5F0. Grayscale: #303030. Windows color (decimal): -11982321 or 993865. OLE color: 993865.

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

Color convert

RGB734215-
CMYK00.420.790.71
HSL27.93º65.91%17.25%-
HSV(B)27.93º79.45%28.63%-
XYZ3.663.110.86-
YUV48.19109.27145.7-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 56.15%
GREEN value IS 42 (16.80% from 255) = 32.31%
BLUE value IS 15 (6.25% from 255) = 11.54%
R=56.15%
G=32.31%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.79
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73421500.420.790.7127.9365.9117.25
Hex492AF02A4F471c4211
Octal11152170521171073410221
Binary1001001101010111101010101001111100011111100100001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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