#4C3220

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

Shades of Indian Tan #4C3220

Tints of Indian Tan #4C3220

Color information

#4C3220 (or 0x4C3220) is unknown color: approx Indian Tan. HEX triplet: 4C, 32 and 20. RGB value is (76,50,32). Sum of RGB (Red+Green+Blue) = 76+50+32=158 (20% of max value = 765). Red value is 76 (30.08% from 255 or 48.10% from 158); Green value is 50 (19.92% from 255 or 31.65% from 158); Blue value is 32 (12.89% from 255 or 20.25% from 158); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3220 is #B3CDDF. Grayscale: #373737. Windows color (decimal): -11783648 or 2110028. OLE color: 2110028.

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

Color convert

RGB765032-
CMYK00.340.580.70
HSL24.55º40.74%21.18%-
HSV(B)24.55º57.89%29.8%-
XYZ4.383.921.89-
YUV55.72114.61142.46-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 48.10%
GREEN value IS 50 (19.92% from 255) = 31.65%
BLUE value IS 32 (12.89% from 255) = 20.25%
R=48.10%
G=31.65%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.58
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76503200.340.580.7024.5540.7421.18
Hex4C32200223A46192915
Octal114624004272106315125
Binary1001100110010100000010001011101010001101100110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,50,32); }

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

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

 a { background-color: rgb(76,50,32); }

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

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

 span { border-color: rgb(76,50,32); }

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