Html Css Color HEX #493220 Indian Tan

📋 copy color: '#493220'

red 73 ◦ green 50 ◦ blue 32

#493220
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indian Tan #493220

Tints of Indian Tan #493220

RGB

 RED value IS 73 (28.91% from 255) = 47.1%

 GREEN value IS 50 (19.92% from 255) = 32.26%

 BLUE value IS 32 (12.89% from 255) = 20.65%

R = 47.1%
G = 32.26%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#493220 (or 0x493220) is known color: Indian Tan. HEX triplet: 49, 32 and 20. RGB value is (73,50,32). Sum of RGB (Red+Green+Blue) = 73+50+32=155 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.10% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 32 (12.89% from 255 or 20.65% from 155); Max value from RGB is 73 - color contains mainly: red. Hex color #493220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493220 is #B6CDDF. Grayscale: #363636. Windows color (decimal): -11980256 or 2110025. OLE color: 2110025.

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

Color convert

RGB 73 50 32 -
CMYK 0 0.32 0.56 0.71
HSL 26.34º 0.39% 0.21% -
HSV(B) 26.34º 0.56% 0.29% -
XYZ 4.15 3.8 1.88 -
YUV 54.83 115.12 140.96 -
System Red Green Blue C M Y K H S L
Decimal 73 50 32 0 0.32 0.56 0.71 26.34 0.39 0.21
Hex 49 32 20 0 20 38 47 1A 27 15
Octal 111 62 40 0 40 70 107 32 47 25
Binary 1001001 110010 100000 0 100000 111000 1000111 11010 100111 10101

Color Harmonies of #493220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493220

Black with #493220

Text Example


Text Example

White with #493220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #493220; }

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

 H1.HeaderClassName
 {
   color: #493220;
 }
 .AnyTagClassName
 {
   color: #493220;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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