#493120

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

Shades of Indian Tan #493120

Tints of Indian Tan #493120

Color information

#493120 (or 0x493120) is unknown color: approx Indian Tan. HEX triplet: 49, 31 and 20. RGB value is (73,49,32). Sum of RGB (Red+Green+Blue) = 73+49+32=154 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.40% from 154); Green value is 49 (19.53% from 255 or 31.82% from 154); Blue value is 32 (12.89% from 255 or 20.78% from 154); Max value from RGB is 73 - color contains mainly: red. Hex color #493120 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493120 is #B6CEDF. Grayscale: #363636. Windows color (decimal): -11980512 or 2109769. OLE color: 2109769.

HSL color Cylindrical-coordinate representation of color #493120: hue angle of 24.88º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #493120 is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.71.

Color convert

RGB734932-
CMYK00.330.560.71
HSL24.88º39.05%20.59%-
HSV(B)24.88º56.16%28.63%-
XYZ4.113.721.87-
YUV54.24115.45141.38-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 47.40%
GREEN value IS 49 (19.53% from 255) = 31.82%
BLUE value IS 32 (12.89% from 255) = 20.78%
R=47.40%
G=31.82%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.56
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73493200.330.560.7124.8839.0520.59
Hex4931200213847192715
Octal111614004170107314725
Binary1001001110001100000010000111100010001111100110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493120; }

 p { color: rgb(73,49,32); }

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

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

 a { background-color: rgb(73,49,32); }

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

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

 span { border-color: rgb(73,49,32); }

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