Html Css Color HEX #493020 Indian Tan

📋 copy color: '#493020'

red 73 ◦ green 48 ◦ blue 32

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

Shades of Indian Tan #493020

Tints of Indian Tan #493020

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 value IS 0

 M value IS 0.34

 Y value IS 0.56

 K value IS 0.71

RGB Variations

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

Color information

#493020 (or 0x493020) is known color: 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

RGB 73 48 32 -
CMYK 0 0.34 0.56 0.71
HSL 23.41º 0.39% 0.21% -
HSV(B) 23.41º 0.56% 0.29% -
XYZ 4.07 3.63 1.85 -
YUV 53.65 115.78 141.8 -
System Red Green Blue C M Y K H S L
Decimal 73 48 32 0 0.34 0.56 0.71 23.41 0.39 0.21
Hex 49 30 20 0 22 38 47 17 27 15
Octal 111 60 40 0 42 70 107 27 47 25
Binary 1001001 110000 100000 0 100010 111000 1000111 10111 100111 10101

Color Harmonies of #493020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493020

Black with #493020

Text Example


Text Example

White with #493020

Text Example


Text Example

HTML Codes & Css Web 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>