#493221

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

Shades of Indian Tan #493221

Tints of Indian Tan #493221

Color information

#493221 (or 0x493221) is unknown color: approx Indian Tan. HEX triplet: 49, 32 and 21. RGB value is (73,50,33). Sum of RGB (Red+Green+Blue) = 73+50+33=156 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.79% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 33 (13.28% from 255 or 21.15% from 156); Max value from RGB is 73 - color contains mainly: red. Hex color #493221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493221 is #B6CDDE. Grayscale: #373737. Windows color (decimal): -11980255 or 2175561. OLE color: 2175561.

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

Color convert

RGB735033-
CMYK00.320.550.71
HSL25.5º37.74%20.78%-
HSV(B)25.5º54.79%28.63%-
XYZ4.163.811.95-
YUV54.94115.62140.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.79%
GREEN value IS 50 (19.92% from 255) = 32.05%
BLUE value IS 33 (13.28% from 255) = 21.15%
R=46.79%
G=32.05%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.55
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73503300.320.550.7125.537.7420.78
Hex49322102037471a2615
Octal111624104067107324625
Binary1001001110010100001010000011011110001111101010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493221; }

 p { color: rgb(73,50,33); }

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

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

 a { background-color: rgb(73,50,33); }

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

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

 span { border-color: rgb(73,50,33); }

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