Html Css Color HEX #49270F Indian Tan

📋 copy color: '#49270F'

red 73 ◦ green 39 ◦ blue 15

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

Shades of Indian Tan #49270F

Tints of Indian Tan #49270F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 30.71%

 BLUE value IS 15 (6.25% from 255) = 11.81%

R = 57.48%
G = 30.71%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.79

 K value IS 0.71

RGB Variations

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

Color information

#49270F (or 0x49270F) is known color: Indian Tan. HEX triplet: 49, 27 and 0F. RGB value is (73,39,15). Sum of RGB (Red+Green+Blue) = 73+39+15=127 (16% of max value = 765). Red value is 73 (28.91% from 255 or 57.48% from 127); Green value is 39 (15.62% from 255 or 30.71% from 127); Blue value is 15 (6.25% from 255 or 11.81% from 127); Max value from RGB is 73 - color contains mainly: red. Hex color #49270F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49270F is #B6D8F0. Grayscale: #2E2E2E. Windows color (decimal): -11983089 or 993097. OLE color: 993097.

HSL color Cylindrical-coordinate representation of color #49270F: hue angle of 24.83º degrees, saturation: 0.66, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #49270F is Cyan = 0, Magento = 0.47, Yellow = 0.79 and Black (K on CMYK) = 0.71.

Color convert

RGB 73 39 15 -
CMYK 0 0.47 0.79 0.71
HSL 24.83º 0.66% 0.17% -
HSV(B) 24.83º 0.79% 0.29% -
XYZ 3.56 2.9 0.82 -
YUV 46.43 110.26 146.95 -
System Red Green Blue C M Y K H S L
Decimal 73 39 15 0 0.47 0.79 0.71 24.83 0.66 0.17
Hex 49 27 F 0 2F 4F 47 19 42 11
Octal 111 47 17 0 57 117 107 31 102 21
Binary 1001001 100111 1111 0 101111 1001111 1000111 11001 1000010 10001

Color Harmonies of #49270F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49270F

Black with #49270F

Text Example


Text Example

White with #49270F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,39,15); }

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

background-color css

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

 a { background-color: rgb(73,39,15); }

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

border-color css

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

 span { border-color: rgb(73,39,15); }

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