#492A0D

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

Shades of Indian Tan #492A0D

Tints of Indian Tan #492A0D

Color information

#492A0D (or 0x492A0D) is unknown color: approx Indian Tan. HEX triplet: 49, 2A and 0D. RGB value is (73,42,13). Sum of RGB (Red+Green+Blue) = 73+42+13=128 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.03% from 128); Green value is 42 (16.80% from 255 or 32.81% from 128); Blue value is 13 (5.47% from 255 or 10.16% from 128); Max value from RGB is 73 - color contains mainly: red. Hex color #492A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492A0D is #B6D5F2. Grayscale: #303030. Windows color (decimal): -11982323 or 862793. OLE color: 862793.

HSL color Cylindrical-coordinate representation of color #492A0D: hue angle of 29º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #492A0D is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.71.

Color convert

RGB734213-
CMYK00.420.820.71
HSL29º69.77%16.86%-
HSV(B)29º82.19%28.63%-
XYZ3.653.10.79-
YUV47.96108.27145.86-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 57.03%
GREEN value IS 42 (16.80% from 255) = 32.81%
BLUE value IS 13 (5.47% from 255) = 10.16%
R=57.03%
G=32.81%
B=10.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.82
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73421300.420.820.712969.7716.86
Hex492AD02A52471d4611
Octal11152150521221073510621
Binary1001001101010110101010101010010100011111101100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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