Html Css Color HEX #49301E Indian Tan

📋 copy color: '#49301E'

red 73 ◦ green 48 ◦ blue 30

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

Shades of Indian Tan #49301E

Tints of Indian Tan #49301E

RGB

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

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

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

R = 48.34%
G = 31.79%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.71

RGB Variations

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

Color information

#49301E (or 0x49301E) is known color: Indian Tan. HEX triplet: 49, 30 and 1E. RGB value is (73,48,30). Sum of RGB (Red+Green+Blue) = 73+48+30=151 (20% of max value = 765). Red value is 73 (28.91% from 255 or 48.34% from 151); Green value is 48 (19.14% from 255 or 31.79% from 151); Blue value is 30 (12.11% from 255 or 19.87% from 151); Max value from RGB is 73 - color contains mainly: red. Hex color #49301E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49301E is #B6CFE1. Grayscale: #353535. Windows color (decimal): -11980770 or 1978441. OLE color: 1978441.

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

Color convert

RGB 73 48 30 -
CMYK 0 0.34 0.59 0.71
HSL 25.12º 0.42% 0.2% -
HSV(B) 25.12º 0.59% 0.29% -
XYZ 4.04 3.62 1.71 -
YUV 53.42 114.78 141.96 -
System Red Green Blue C M Y K H S L
Decimal 73 48 30 0 0.34 0.59 0.71 25.12 0.42 0.2
Hex 49 30 1E 0 22 3B 47 19 2A 14
Octal 111 60 36 0 42 73 107 31 52 24
Binary 1001001 110000 11110 0 100010 111011 1000111 11001 101010 10100

Color Harmonies of #49301E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49301E

Black with #49301E

Text Example


Text Example

White with #49301E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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