Html Css Color HEX #49311E Indian Tan

📋 copy color: '#49311E'

red 73 ◦ green 49 ◦ blue 30

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

Shades of Indian Tan #49311E

Tints of Indian Tan #49311E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 19.74%

R = 48.03%
G = 32.24%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.59

 K value IS 0.71

RGB Variations

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

Color information

#49311E (or 0x49311E) is known color: Indian Tan. HEX triplet: 49, 31 and 1E. RGB value is (73,49,30). Sum of RGB (Red+Green+Blue) = 73+49+30=152 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.03% from 152); Green value is 49 (19.53% from 255 or 32.24% from 152); Blue value is 30 (12.11% from 255 or 19.74% from 152); Max value from RGB is 73 - color contains mainly: red. Hex color #49311E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49311E is #B6CEE1. Grayscale: #363636. Windows color (decimal): -11980514 or 1978697. OLE color: 1978697.

HSL color Cylindrical-coordinate representation of color #49311E: hue angle of 26.51º degrees, saturation: 0.42, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #49311E is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 49 30 -
CMYK 0 0.33 0.59 0.71
HSL 26.51º 0.42% 0.2% -
HSV(B) 26.51º 0.59% 0.29% -
XYZ 4.08 3.71 1.73 -
YUV 54.01 114.45 141.54 -
System Red Green Blue C M Y K H S L
Decimal 73 49 30 0 0.33 0.59 0.71 26.51 0.42 0.2
Hex 49 31 1E 0 21 3B 47 1B 2A 14
Octal 111 61 36 0 41 73 107 33 52 24
Binary 1001001 110001 11110 0 100001 111011 1000111 11011 101010 10100

Color Harmonies of #49311E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49311E

Black with #49311E

Text Example


Text Example

White with #49311E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49311E; }

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

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

background-color css

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

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

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

border-color css

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

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

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