#4A2713

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

Shades of Indian Tan #4A2713

Tints of Indian Tan #4A2713

Color information

#4A2713 (or 0x4A2713) is unknown color: approx Indian Tan. HEX triplet: 4A, 27 and 13. RGB value is (74,39,19). Sum of RGB (Red+Green+Blue) = 74+39+19=132 (17% of max value = 765). Red value is 74 (29.30% from 255 or 56.06% from 132); Green value is 39 (15.62% from 255 or 29.55% from 132); Blue value is 19 (7.81% from 255 or 14.39% from 132); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A2713 is #B5D8EC. Grayscale: #2F2F2F. Windows color (decimal): -11917549 or 1255242. OLE color: 1255242.

HSL color Cylindrical-coordinate representation of color #4A2713: hue angle of 21.82º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4A2713 is Cyan = 0, Magento = 0.47, Yellow = 0.74 and Black (K on CMYK) = 0.71.

Color convert

RGB743919-
CMYK00.470.740.71
HSL21.82º59.14%18.24%-
HSV(B)21.82º74.32%29.02%-
XYZ3.672.950.99-
YUV47.18112.1147.13-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 56.06%
GREEN value IS 39 (15.62% from 255) = 29.55%
BLUE value IS 19 (7.81% from 255) = 14.39%
R=56.06%
G=29.55%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.74
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74391900.470.740.7121.8259.1418.24
Hex4A271302F4A47163b12
Octal1124723057112107267322
Binary1001010100111100110101111100101010001111011011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A2713; }

 p { color: rgb(74,39,19); }

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

<style>
 a { background-color: #4A2713; }

 a { background-color: rgb(74,39,19); }

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

<style>
 span { border-color: #4A2713; }

 span { border-color: rgb(74,39,19); }

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