#49260E

Color #49260E Indian Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indian Tan #49260E

Tints of Indian Tan #49260E

Color information

#49260E (or 0x49260E) is unknown color: approx Indian Tan. HEX triplet: 49, 26 and 0E. RGB value is (73,38,14). Sum of RGB (Red+Green+Blue) = 73+38+14=125 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.4% from 125); Green value is 38 (15.23% from 255 or 30.4% from 125); Blue value is 14 (5.86% from 255 or 11.2% from 125); Max value from RGB is 73 - color contains mainly: red. Hex color #49260E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49260E is #B6D9F1. Grayscale: #2D2D2D. Windows color (decimal): -11983346 or 927305. OLE color: 927305.

HSL color Cylindrical-coordinate representation of color #49260E: hue angle of 24.41º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #49260E is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.71.

Color convert

RGB733814-
CMYK00.480.810.71
HSL24.41º67.82%17.06%-
HSV(B)24.41º80.82%28.63%-
XYZ3.522.830.78-
YUV45.73110.1147.45-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 58.4%
GREEN value IS 38 (15.23% from 255) = 30.4%
BLUE value IS 14 (5.86% from 255) = 11.2%
R=58.4%
G=30.4%
B=11.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.81
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73381400.480.810.7124.4167.8217.06
Hex4926E0305147184411
Octal11146160601211073010421
Binary1001001100110111001100001010001100011111000100010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49260E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,38,14); }

 H1.HeaderClassName
 {
   color: #49260E;
 }
 .AnyTagClassName
 {
   color: #49260E;
 }
</style>
background-color css

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

 a { background-color: rgb(73,38,14); }

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

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

 span { border-color: rgb(73,38,14); }

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