#4A2919

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

Shades of Indian Tan #4A2919

Tints of Indian Tan #4A2919

Color information

#4A2919 (or 0x4A2919) is unknown color: approx Indian Tan. HEX triplet: 4A, 29 and 19. RGB value is (74,41,25). Sum of RGB (Red+Green+Blue) = 74+41+25=140 (18% of max value = 765). Red value is 74 (29.30% from 255 or 52.86% from 140); Green value is 41 (16.41% from 255 or 29.29% from 140); Blue value is 25 (10.16% from 255 or 17.86% from 140); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2919 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A2919 is #B5D6E6. Grayscale: #313131. Windows color (decimal): -11917031 or 1648970. OLE color: 1648970.

HSL color Cylindrical-coordinate representation of color #4A2919: hue angle of 19.59º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4A2919 is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.71.

Color convert

RGB744125-
CMYK00.450.660.71
HSL19.59º49.49%19.41%-
HSV(B)19.59º66.22%29.02%-
XYZ3.793.111.32-
YUV49.04114.43145.8-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 52.86%
GREEN value IS 41 (16.41% from 255) = 29.29%
BLUE value IS 25 (10.16% from 255) = 17.86%
R=52.86%
G=29.29%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.66
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74412500.450.660.7119.5949.4919.41
Hex4A291902D4247143113
Octal1125131055102107246123
Binary1001010101001110010101101100001010001111010011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,41,25); }

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

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

 a { background-color: rgb(74,41,25); }

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

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

 span { border-color: rgb(74,41,25); }

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