#493121

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

Shades of Indian Tan #493121

Tints of Indian Tan #493121

Color information

#493121 (or 0x493121) is unknown color: approx Indian Tan. HEX triplet: 49, 31 and 21. RGB value is (73,49,33). Sum of RGB (Red+Green+Blue) = 73+49+33=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 49 (19.53% from 255 or 31.61% from 155); Blue value is 33 (13.28% from 255 or 21.29% from 155); Max value from RGB is 73 - color contains mainly: red. Hex color #493121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493121 is #B6CEDE. Grayscale: #363636. Windows color (decimal): -11980511 or 2175305. OLE color: 2175305.

HSL color Cylindrical-coordinate representation of color #493121: hue angle of 24º 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 #493121 is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.71.

Color convert

RGB734933-
CMYK00.330.550.71
HSL24º37.74%20.78%-
HSV(B)24º54.79%28.63%-
XYZ4.123.721.94-
YUV54.35115.95141.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 47.10%
GREEN value IS 49 (19.53% from 255) = 31.61%
BLUE value IS 33 (13.28% from 255) = 21.29%
R=47.10%
G=31.61%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.55
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73493300.330.550.712437.7420.78
Hex4931210213747182615
Octal111614104167107304625
Binary1001001110001100001010000111011110001111100010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493121; }

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

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

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

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

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

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

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

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