#493020

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

Shades of Indian Tan #493020

Tints of Indian Tan #493020

Color information

#493020 (or 0x493020) is unknown color: approx Indian Tan. HEX triplet: 49, 30 and 20. RGB value is (73,48,32). Sum of RGB (Red+Green+Blue) = 73+48+32=153 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.71% from 153); Green value is 48 (19.14% from 255 or 31.37% from 153); Blue value is 32 (12.89% from 255 or 20.92% from 153); Max value from RGB is 73 - color contains mainly: red. Hex color #493020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493020 is #B6CFDF. Grayscale: #353535. Windows color (decimal): -11980768 or 2109513. OLE color: 2109513.

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

Color convert

RGB734832-
CMYK00.340.560.71
HSL23.41º39.05%20.59%-
HSV(B)23.41º56.16%28.63%-
XYZ4.073.631.85-
YUV53.65115.78141.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 47.71%
GREEN value IS 48 (19.14% from 255) = 31.37%
BLUE value IS 32 (12.89% from 255) = 20.92%
R=47.71%
G=31.37%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73483200.340.560.7123.4139.0520.59
Hex4930200223847172715
Octal111604004270107274725
Binary1001001110000100000010001011100010001111011110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493020; }

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

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

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

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

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

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

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

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