Html Css Color HEX #49311F Indian Tan

📋 copy color: '#49311F'

red 73 ◦ green 49 ◦ blue 31

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

Shades of Indian Tan #49311F

Tints of Indian Tan #49311F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 20.26%

R = 47.71%
G = 32.03%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.71

RGB Variations

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

Color information

#49311F (or 0x49311F) is known color: Indian Tan. HEX triplet: 49, 31 and 1F. RGB value is (73,49,31). Sum of RGB (Red+Green+Blue) = 73+49+31=153 (20% of max value = 765). Red value is 73 (28.91% from 255 or 47.71% from 153); Green value is 49 (19.53% from 255 or 32.03% from 153); Blue value is 31 (12.5% from 255 or 20.26% from 153); Max value from RGB is 73 - color contains mainly: red. Hex color #49311F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49311F is #B6CEE0. Grayscale: #363636. Windows color (decimal): -11980513 or 2044233. OLE color: 2044233.

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

Color convert

RGB 73 49 31 -
CMYK 0 0.33 0.58 0.71
HSL 25.71º 0.4% 0.2% -
HSV(B) 25.71º 0.58% 0.29% -
XYZ 4.09 3.71 1.8 -
YUV 54.12 114.95 141.46 -
System Red Green Blue C M Y K H S L
Decimal 73 49 31 0 0.33 0.58 0.71 25.71 0.4 0.2
Hex 49 31 1F 0 21 3A 47 1A 28 14
Octal 111 61 37 0 41 72 107 32 50 24
Binary 1001001 110001 11111 0 100001 111010 1000111 11010 101000 10100

Color Harmonies of #49311F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49311F

Black with #49311F

Text Example


Text Example

White with #49311F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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