Html Css Color HEX #49311D Indian Tan

📋 copy color: '#49311D'

red 73 ◦ green 49 ◦ blue 29

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

Shades of Indian Tan #49311D

Tints of Indian Tan #49311D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 19.21%

R = 48.34%
G = 32.45%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.71

RGB Variations

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

Color information

#49311D (or 0x49311D) is known color: Indian Tan. HEX triplet: 49, 31 and 1D. RGB value is (73,49,29). Sum of RGB (Red+Green+Blue) = 73+49+29=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 49 (19.53% from 255 or 32.45% from 151); Blue value is 29 (11.72% from 255 or 19.21% from 151); Max value from RGB is 73 - color contains mainly: red. Hex color #49311D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49311D is #B6CEE2. Grayscale: #363636. Windows color (decimal): -11980515 or 1913161. OLE color: 1913161.

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

Color convert

RGB 73 49 29 -
CMYK 0 0.33 0.60 0.71
HSL 27.27º 0.43% 0.2% -
HSV(B) 27.27º 0.6% 0.29% -
XYZ 4.07 3.7 1.66 -
YUV 53.9 113.95 141.63 -
System Red Green Blue C M Y K H S L
Decimal 73 49 29 0 0.33 0.60 0.71 27.27 0.43 0.2
Hex 49 31 1D 0 21 3C 47 1B 2B 14
Octal 111 61 35 0 41 74 107 33 53 24
Binary 1001001 110001 11101 0 100001 111100 1000111 11011 101011 10100

Color Harmonies of #49311D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49311D

Black with #49311D

Text Example


Text Example

White with #49311D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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