#4A2C16

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

Shades of Indian Tan #4A2C16

Tints of Indian Tan #4A2C16

Color information

#4A2C16 (or 0x4A2C16) is unknown color: approx Indian Tan. HEX triplet: 4A, 2C and 16. RGB value is (74,44,22). Sum of RGB (Red+Green+Blue) = 74+44+22=140 (18% of max value = 765). Red value is 74 (29.30% from 255 or 52.86% from 140); Green value is 44 (17.58% from 255 or 31.43% from 140); Blue value is 22 (8.98% from 255 or 15.71% from 140); Max value from RGB is 74 - color contains mainly: red. Hex color #4A2C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4A2C16 is #B5D3E9. Grayscale: #323232. Windows color (decimal): -11916266 or 1453130. OLE color: 1453130.

HSL color Cylindrical-coordinate representation of color #4A2C16: hue angle of 25.38º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A2C16 is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.71.

Color convert

RGB744422-
CMYK00.410.700.71
HSL25.38º54.17%18.82%-
HSV(B)25.38º70.27%29.02%-
XYZ3.873.321.19-
YUV50.46111.94144.79-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 52.86%
GREEN value IS 44 (17.58% from 255) = 31.43%
BLUE value IS 22 (8.98% from 255) = 15.71%
R=52.86%
G=31.43%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.70
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal74442200.410.700.7125.3854.1718.82
Hex4A2C160294647193613
Octal1125426051106107316623
Binary1001010101100101100101001100011010001111100111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,44,22); }

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

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

 a { background-color: rgb(74,44,22); }

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

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

 span { border-color: rgb(74,44,22); }

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