#49260D

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

Shades of Indian Tan #49260D

Tints of Indian Tan #49260D

Color information

#49260D (or 0x49260D) is unknown color: approx Indian Tan. HEX triplet: 49, 26 and 0D. RGB value is (73,38,13). Sum of RGB (Red+Green+Blue) = 73+38+13=124 (16% of max value = 765). Red value is 73 (28.91% from 255 or 58.87% from 124); Green value is 38 (15.23% from 255 or 30.65% from 124); Blue value is 13 (5.47% from 255 or 10.48% from 124); Max value from RGB is 73 - color contains mainly: red. Hex color #49260D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #49260D is #B6D9F2. Grayscale: #2D2D2D. Windows color (decimal): -11983347 or 861769. OLE color: 861769.

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

Color convert

RGB733813-
CMYK00.480.820.71
HSL25º69.77%16.86%-
HSV(B)25º82.19%28.63%-
XYZ3.512.830.74-
YUV45.61109.6147.53-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 58.87%
GREEN value IS 38 (15.23% from 255) = 30.65%
BLUE value IS 13 (5.47% from 255) = 10.48%
R=58.87%
G=30.65%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.82
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73381300.480.820.712569.7716.86
Hex4926D0305247194611
Octal11146150601221073110621
Binary1001001100110110101100001010010100011111001100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49260D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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