Html Css Color HEX #493121 Indian Tan

📋 copy color: '#493121'

red 73 ◦ green 49 ◦ blue 33

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

Shades of Indian Tan #493121

Tints of Indian Tan #493121

RGB

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

 GREEN value IS 49 (19.53% from 255) = 31.61%

 BLUE value IS 33 (13.28% from 255) = 21.29%

R = 47.1%
G = 31.61%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.55

 K value IS 0.71

RGB Variations

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

Color information

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

RGB 73 49 33 -
CMYK 0 0.33 0.55 0.71
HSL 24º 0.38% 0.21% -
HSV(B) 24º 0.55% 0.29% -
XYZ 4.12 3.72 1.94 -
YUV 54.35 115.95 141.3 -
System Red Green Blue C M Y K H S L
Decimal 73 49 33 0 0.33 0.55 0.71 24 0.38 0.21
Hex 49 31 21 0 21 37 47 18 26 15
Octal 111 61 41 0 41 67 107 30 46 25
Binary 1001001 110001 100001 0 100001 110111 1000111 11000 100110 10101

Color Harmonies of #493121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #493121

Black with #493121

Text Example


Text Example

White with #493121

Text Example


Text Example

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