#492D18

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

Shades of Indian Tan #492D18

Tints of Indian Tan #492D18

Color information

#492D18 (or 0x492D18) is unknown color: approx Indian Tan. HEX triplet: 49, 2D and 18. RGB value is (73,45,24). Sum of RGB (Red+Green+Blue) = 73+45+24=142 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.41% from 142); Green value is 45 (17.97% from 255 or 31.69% from 142); Blue value is 24 (9.77% from 255 or 16.90% from 142); Max value from RGB is 73 - color contains mainly: red. Hex color #492D18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #492D18 is #B6D2E7. Grayscale: #333333. Windows color (decimal): -11981544 or 1584457. OLE color: 1584457.

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

Color convert

RGB734524-
CMYK00.380.670.71
HSL25.71º50.52%19.02%-
HSV(B)25.71º67.12%28.63%-
XYZ3.853.361.31-
YUV50.98112.78143.71-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 51.41%
GREEN value IS 45 (17.97% from 255) = 31.69%
BLUE value IS 24 (9.77% from 255) = 16.90%
R=51.41%
G=31.69%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.67
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73452400.380.670.7125.7150.5219.02
Hex492D1802643471a3313
Octal1115530046103107326323
Binary1001001101101110000100110100001110001111101011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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