#4C311C

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

Shades of Indian Tan #4C311C

Tints of Indian Tan #4C311C

Color information

#4C311C (or 0x4C311C) is unknown color: approx Indian Tan. HEX triplet: 4C, 31 and 1C. RGB value is (76,49,28). Sum of RGB (Red+Green+Blue) = 76+49+28=153 (20% of max value = 765). Red value is 76 (30.08% from 255 or 49.67% from 153); Green value is 49 (19.53% from 255 or 32.03% from 153); Blue value is 28 (11.33% from 255 or 18.30% from 153); Max value from RGB is 76 - color contains mainly: red. Hex color #4C311C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C311C is #B3CEE3. Grayscale: #363636. Windows color (decimal): -11783908 or 1847628. OLE color: 1847628.

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

Color convert

RGB764928-
CMYK00.360.630.70
HSL26.25º46.15%20.39%-
HSV(B)26.25º63.16%29.8%-
XYZ4.293.821.61-
YUV54.68112.95143.21-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 49.67%
GREEN value IS 49 (19.53% from 255) = 32.03%
BLUE value IS 28 (11.33% from 255) = 18.30%
R=49.67%
G=32.03%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.63
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76492800.360.630.7026.2546.1520.39
Hex4C311C0243F461a2e14
Octal114613404477106325624
Binary100110011000111100010010011111110001101101010111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C311C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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