Html Css Color HEX #49301F Indian Tan

📋 copy color: '#49301F'

red 73 ◦ green 48 ◦ blue 31

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

Shades of Indian Tan #49301F

Tints of Indian Tan #49301F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 31.58%

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

R = 48.03%
G = 31.58%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.58

 K value IS 0.71

RGB Variations

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

Color information

#49301F (or 0x49301F) is known color: Indian Tan. HEX triplet: 49, 30 and 1F. RGB value is (73,48,31). Sum of RGB (Red+Green+Blue) = 73+48+31=152 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.03% from 152); Green value is 48 (19.14% from 255 or 31.58% from 152); Blue value is 31 (12.5% from 255 or 20.39% from 152); Max value from RGB is 73 - color contains mainly: red. Hex color #49301F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49301F is #B6CFE0. Grayscale: #353535. Windows color (decimal): -11980769 or 2043977. OLE color: 2043977.

HSL color Cylindrical-coordinate representation of color #49301F: hue angle of 24.29º 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 #49301F is Cyan = 0, Magento = 0.34, Yellow = 0.58 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 48 31 -
CMYK 0 0.34 0.58 0.71
HSL 24.29º 0.4% 0.2% -
HSV(B) 24.29º 0.58% 0.29% -
XYZ 4.05 3.63 1.78 -
YUV 53.54 115.28 141.88 -
System Red Green Blue C M Y K H S L
Decimal 73 48 31 0 0.34 0.58 0.71 24.29 0.4 0.2
Hex 49 30 1F 0 22 3A 47 18 28 14
Octal 111 60 37 0 42 72 107 30 50 24
Binary 1001001 110000 11111 0 100010 111010 1000111 11000 101000 10100

Color Harmonies of #49301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49301F

Black with #49301F

Text Example


Text Example

White with #49301F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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