#4C311D

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

Shades of Indian Tan #4C311D

Tints of Indian Tan #4C311D

Color information

#4C311D (or 0x4C311D) is unknown color: approx Indian Tan. HEX triplet: 4C, 31 and 1D. RGB value is (76,49,29). Sum of RGB (Red+Green+Blue) = 76+49+29=154 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.35% from 154); Green value is 49 (19.53% from 255 or 31.82% from 154); Blue value is 29 (11.72% from 255 or 18.83% from 154); Max value from RGB is 76 - color contains mainly: red. Hex color #4C311D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C311D is #B3CEE2. Grayscale: #363636. Windows color (decimal): -11783907 or 1913164. OLE color: 1913164.

HSL color Cylindrical-coordinate representation of color #4C311D: hue angle of 25.53º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4C311D is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.70.

Color convert

RGB764929-
CMYK00.360.620.70
HSL25.53º44.76%20.59%-
HSV(B)25.53º61.84%29.8%-
XYZ4.33.821.67-
YUV54.79113.45143.13-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 49.35%
GREEN value IS 49 (19.53% from 255) = 31.82%
BLUE value IS 29 (11.72% from 255) = 18.83%
R=49.35%
G=31.82%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.62
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76492900.360.620.7025.5344.7620.59
Hex4C311D0243E461a2d15
Octal114613504476106325525
Binary100110011000111101010010011111010001101101010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C311D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,49,29); }

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

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

 a { background-color: rgb(76,49,29); }

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

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

 span { border-color: rgb(76,49,29); }

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