#4C3226

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

Shades of Indian Tan #4C3226

Tints of Indian Tan #4C3226

Color information

#4C3226 (or 0x4C3226) is unknown color: approx Indian Tan. HEX triplet: 4C, 32 and 26. RGB value is (76,50,38). Sum of RGB (Red+Green+Blue) = 76+50+38=164 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.34% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 38 (15.23% from 255 or 23.17% from 164); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3226 is #B3CDD9. Grayscale: #383838. Windows color (decimal): -11783642 or 2503244. OLE color: 2503244.

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

Color convert

RGB765038-
CMYK00.340.50.70
HSL18.95º33.33%22.35%-
HSV(B)18.95º50%29.8%-
XYZ4.473.962.36-
YUV56.41117.61141.98-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 46.34%
GREEN value IS 50 (19.92% from 255) = 30.49%
BLUE value IS 38 (15.23% from 255) = 23.17%
R=46.34%
G=30.49%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.5
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76503800.340.50.7018.9533.3322.35
Hex4C32260223246132116
Octal114624604262106234126
Binary1001100110010100110010001011001010001101001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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